Score:0

Multiple installers for .deb files

us flag

I downloaded a .deb file and tried to run the installer on it, didn't work. After that i decided to open the .deb using other program and to my surprise, I've found 2 software installers. one of them is working and the other doesn't. How do I remove the broken one?

Score:0
cn flag

On your system, find the .desktop launcher files containing the text Name=Software Install. Inspect their contents and see what program they launch on the Exec= line. You can execute that command manually in the terminal to see which one is the one you want to keep. Delete the other one.

I suspect that you may have two software centers, the default Ubuntu Snap Store, which is installed as a snap package, and an additional "Gnome Software", installed as a regular APT package.

Another suspicion is that it is the Snap Store that does not work and the reason could be that the .deb file you try to install is not in a directory in which that snap package has access.

If indeed you can confirm that you have these two software centers installed, then you can test which one works for you and which one not:

snap-store.ubuntu-software-local-file --local-filename <path to your deb file>
sudo gnome-software  --local-filename <path to your deb file>

If you wish, remove the one that does not work. The commands are sudo snap remove snap-store and sudo apt remove gnome-software.

It could be the Snap store that is not working, and that then could be because the .deb file you try to install is not in a directory in which that snap package has access.

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.