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
how can you uninstall
Archived thread 1000386 from New to Ubuntu. Markdown source: New_to_Ubuntu/thread_1000386_how_can_you_uninstall.md
||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.
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
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 cleanOf 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"