Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 663  / 3 Years ago, tue, october 12, 2021, 7:29:26

For reasons beyond the scope of this question, old-school apt-get and deb suit me better than snap. The "Ubuntu Software" application only offers snaps for some applications (e.g. audacity). I could install it using apt from the terminal, but I'd rather default to apt than to snap altogether, leaving snap exclusively for specific things which snap offers a newer version that I perhaps need.


In short, is that possible/how? Any consequences to consider?


More From » apt

 Answers
5

The Ubuntu software store is an adapted version of Gnome software, packed as a snap. It should list both snap and APT packages if software is available in two formats. It lists the snap version first. There is –at least not a user exposed– possibility to prioritize APT packages in the listing, or not display one or the other.


To work around, you could revert to the Gnome software center. Install it with the command:


sudo apt install gnome-software

As such, only APT packages will be exposed. You can include snap packages, and eventually if you would be using it, flatpak by installing plugins:


sudo apt install gnome-software-plugin-snap 
sudo apt install gnome-software-plugin-flatpak

Both software centers can co-exist, but you could remove the default Ubuntu software store with the command


snap remove snap-store

[#2065] Wednesday, October 13, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
donurp

Total Points: 328
Total Questions: 128
Total Answers: 123

Location: Faroe Islands
Member since Thu, Apr 8, 2021
3 Years ago
donurp questions
Fri, Jan 7, 22, 03:42, 2 Years ago
Sun, Oct 10, 21, 12:33, 3 Years ago
Fri, May 21, 21, 05:07, 3 Years ago
;