I followed a guide for adding Flatpak support to Ubuntu but now GNOME Software, needed for actually installing the programs, has become the default software manager so, for example, if I click an app's 'show details', GNOME Software is started instead of USC. How can I set USC as the default software manager again? Thank you very much.
Asked
Active
Viewed 608 times
gnome-software
(and if you removed it, reinstalling snap-store) probably will do the trick. – vanadium Jan 31 '22 at 12:37snap
. For eg:- to remove it you've to runsudo snap remove snap-store
and to install it:sudo snap install snap-store
– Error404 Jan 31 '22 at 13:47