Im looking for a way to remove the need of a password to install/uninstall and update software in Ubuntu 12.04?
Im trying to give some Windows users a smooth transition. They have Vista which doesnt require a password to install or update software.
Also without a password on the user account. How can i set it up to not automatically login but also not require a password to login to the user?
thanks for any help!!
If you want to allow them access to install software, give them sudo rights like zubozrout explained. If you don't want them to be hassled by the OS updates, then create a cron job to automatically do the updates for them. – Ed Manet Jul 01 '12 at 20:49
sudo
to not prompt for a password does not render Ubuntu equivalent to Windows or any other operating system. It's not as simple as "need[ing] security" or not. Computer security is a multidimensional continuum, not an on-off switch. – Eliah Kagan Jul 02 '12 at 00:22