I am trying to uninstall Bitwig from my computer and I'm not sure as to how. I currently do not have the .deb package and a sudo apt-get remove bitwig
does not seem to be working. Bitwig is not on the Software Center either.
Thanks for your help!
I am trying to uninstall Bitwig from my computer and I'm not sure as to how. I currently do not have the .deb package and a sudo apt-get remove bitwig
does not seem to be working. Bitwig is not on the Software Center either.
Thanks for your help!
Make sure you type it in as
It will uninstall after that. You're only giving it part of the name to look for. That's why it can't find it.
Either:
A.) attempt to install Bitwig again from the repos or a .deb
B.) run
sudo dpkg --force --remove --purge bitwig
Simply search in the list of the installed packages:
And remove the packages with
No need to download the deb again.
So after downloading the
.deb
package, I had to open in it software center and then uninstall the program. I am certainly looking for more efficient ways of uninstalling a program if I have already lost the.deb
package.With respect to your command:
This means that the package called
bitwig
is not installed in your system, and so you can't uninstall a package which is already not installed!!