0

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?

Bucket
  • 1

1 Answers1

0

In order to uninstall a .deb package you can run, from the command line:

 sudo dpkg -r package_name
carnendil
  • 5,451