Score:0

Can't Uninstall A Program (Openshot)

us flag

Ubuntu 20.04.3 LTS. Have checked other answers here and nothing is relevant. After I updated Openshot I had two different versions installed at the same time. I deleted one successfully but now the other won't uninstall. I assume some dependencies were taken out?

  1. sudo apt-get remove --autoremove openshot-qt
  2. sudo apt-get purge openshot-qt

and all similar variations claim that the program isn't installed, but obviously I can still open it and see it. There's nothing in snaplist as I installed it through terminal. In synaptic manager it doesn't seem to be installed.

EDIT: The program was installed by:

sudo add-apt-repository ppa:openshot.developers/ppa 
sudo apt install openshot-qt python3-openshot

I tried to remove / purge etc by typing openshot-qt python3-openshot etc

David avatar
cn flag
What command was used to install it?
cn flag
The only reason for that is that you did not use apt to install it. I agree with @david question: how was it installed. Where is the executable? In /opt/ perhaps? If so look for the uninstaller in /opt/{dir_for_openshot}/
user535733 avatar
cn flag
Check for snaps: `snap list`. Openshot is available as a snap.
N0rbert avatar
zw flag
What do you have for `which openshot; which openshot-qt` ?
Cato Cross avatar
us flag
`sudo add-apt-repository ppa:openshot.developers/ppa sudo apt update sudo apt install openshot-qt python3-openshot` @David @Rinzwind @N0rbert It wasn`t installed as a snap @user535733
Score:1
cn flag

If apt tells you the program is not installed, then it not installed within the APT system. It is most likely installed as a snap package. Use

snap list

to see the software installed as a snap.

Use

snap remove <package>

to remove a snap package.

Cato Cross avatar
us flag
Was installed through apt and not snap.
vanadium avatar
cn flag
I am not sure, but you are best placed to know for sure, of course. You may perhaps, in your question, want to show some terminal output of the remove commands you try. You actually did not inform us how you updated Openshot: perhaps edit your question and add some detail on that also. Someone asked you for the output of `which`... mind: we are not the ones sitting at your computer.
Score:-1
us flag

Run it in the termina.

apt-cache policy openshot-qt

To see what "status" the packages are in, excluding packages with "status" ii. you can run the command:

sudo dpkg --list | grep "^[^ii]"

rc - means that the package has been deleted, but some configuration files remain. To select and delete these packages, you can run the command:

sudo dpkg --list | grep "^rc" | cut -d " " -f 3 | xargs sudo dpkg --purge

You may also use Ubuntu Snap store to remove software. Any software that appears as installed there can be removed, whether it is an APT package or a snap package. The software center uses the correct protocol behind the scenes.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.