I am setting up a new machine with Ubuntu 20.04 LTS installed. I'm having a strange issue where I can't access Software & Updates through "Ubuntu Software."
I tried opening it from the command line (gnome-software
) but it does not show up as an option under the dropdown on the top-right of the application.
However, when I run sudo gnome-software
from the command line, the option is there and I can access Softwate & Updates from the dropdown.
I checked my account with groups <uname>
and I am listed as part of both the admin and sudo groups.
How do I set things up that I can access Software & Updates without explicitly requiring a sudo
command in the terminal? On my other machine, which is still running 18.04, I have full access through the GUI with no problems. Is this a change with 20.04 or is there some setting I can change in my user account?