I have a (home) Ubuntu machine; upon installation I created the "x" user during the installation (who is not the root) so often when I want to run apt-get or other things that require write access to /usr or /var I need to sudo.
My question is is there a safe way to setup the "x" user in such a way that he has more rights so that I don't have to sudo or su?
What would be the optimal way to do the user account management? (On a home machine - so no production.)