hi,i installed sudo.i logged in as a non-root user,and then in the terminal,i typed: sudo pacman -S vlc I was prompted for password.I keyed in my root password.But,it said,"sorry,try again".
How do i fix this?
Archived thread 1060040 from Arch and derivatives. Markdown source: Arch_and_derivatives/thread_1060040_problem_sudoing.md
hi,i installed sudo.i logged in as a non-root user,and then in the terminal,i typed: sudo pacman -S vlc I was prompted for password.I keyed in my root password.But,it said,"sorry,try again".
How do i fix this?
I you added the user to the /etc/sudoers file, you should provide the user password when using sudo. See the wiki for more information: http://wiki.archlinux.org/index.php/Sudo#Enabling_sudo_for_Users
Sudo uses your user password, not roots password.