How to uninstall a .deb package (Ubuntu)
posted by Ted on
New version of virtual box. Problem was, I needed to uninstall the old version first.
To uninstall a .deb package, open a terminal, and enter:
sudo dpkg -r package_name
posted by Ted on
New version of virtual box. Problem was, I needed to uninstall the old version first.
To uninstall a .deb package, open a terminal, and enter:
sudo dpkg -r package_name