Page 1 of 1

Re: Uninstalling programs

Posted: Wed Apr 30, 2008 6:03 pm
by 67GTA
You can either remove them with synaptic package manager, or with the command line. Open a terminal and run

Code: Select all

sudo apt-get purge <packagename>
replace <packagename> with the name of the software minus the "<>'s".