How to removing programs from the Linux command line



 "Removing programs from the Linux command line:

Type in the command line:

 sudo apt-get --purge remove [program name] 
(in this case, gimp is an example, replace with the name of the program you want to remove)

Type in the command line:

 sudo apt-get autoremove 
(cleans up remaining files)

To check if everything is removed, open the personal folder and press

  Control + h to see if there is a folder related to the removed program (example, .gimp) and delete it.

Done! That's all. See you next time!"


Comments