I've installed the LiveUSB programme using the DEB file. What is the best way to remove the installer as I cannot find it in the software centre; is it just a python programme that can be deleted?
Asked
Active
Viewed 437 times
1 Answers
0
In order to uninstall a .deb
package you can run, from the command line:
sudo dpkg -r package_name

carnendil
- 5,451
sudo dpkg -r package_name
. – carnendil Apr 08 '13 at 19:25