0

When I enter sudo apt-get install gksu, my [sudo] user password is requested. I don't know anything about it. Please help me in this matter. This is shown in terminal:

user@user-T12Rg-H:~$ sudo apt-get install gksu
[sudo] password for user: 
Sorry, try again.
[sudo] password for user: 
Zanna
  • 70,465

1 Answers1

2

The sudo command is used to temporarily give members of the sudo group privileges similar to the one root users have. When setting up Ubuntu you are asked to provide a password to proceed with installation. That is the password needed here.

Note it won't be seen on the terminal when typing as this prevents any one around from looking over your shoulder and seeing it.

That is the password that will be asked of you whenever you want to carry out any tasks that required elevated user privileges, like in this particular case.

George Udosen
  • 36,677