Ubuntu Forums Archive Viewer

how can you uninstall

Archived thread 1000386 from New to Ubuntu. Markdown source: New_to_Ubuntu/thread_1000386_how_can_you_uninstall.md

Original URL About this archive
#1

what is the best way to uninstall programs can it be done via terminal like limewire for instance i have that and it is more trouble than it is worth so i would like to uninstall it please help

#2

||Z0di4C|| said: what is the best way to uninstall programs can it be done via terminal like limewire for instance i have that and it is more trouble than it is worth so i would like to uninstall it please help

not everything has to be done via the terminal. look in add/remove, or synaptic to see if it's located there. and uninstall it from that location.

#3

if you installed it through synaptic, add/remove, or the apt-get from the terminal you can remove it with ``` sudo apt-get remove limewire

#4

adult swim,

that will still leave the user files. to *completely* get rid of it i'd use

sudo apt-get remove --purge limewire

then

sudo apt-get clean
#5

Of course, you don't need to use the terminal to uninstall. Add/Remove and Synaptic can both uninstall packages. Just uncheck and apply. Synaptic can also completely remove a package similar to the --purge, just right click and "completely remove"