I didn't see this answered satisfactorily anywhere, so I figured I'd ask.
Every time I go to do something requiring privileges, such as install a program, open restricted folders, etc., I'm prompted for the account password, even though my user account is an administrator.
How do I get it to stop prompting me for my password when doing such actions?
sudo -i
. You should not always need to run a root, only when you update, install software, or edit system files. See also https://help.ubuntu.com/community/RootSudo and https://help.ubuntu.com/community/FilePermissions – Panther Apr 08 '15 at 13:57