Everytime I type in a command on the terminal, it requests for my password and when I try to type it in am not able to so i cannot go though with the command. What should I do?

Asked by nickson

When I open 'Terminal' and type in a command such as "sudo apt-install youtube-dl" then press Enter I am requested to type in my password, and when I try to type my password nothing shows indicating I am typing in something then when I press Enter it goes "sorry try again" for three times then it indicates "3 incorret password attempts" then the circle begins where i have to re-enter a command

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
Warren Hill
Solved:
Last query:
Last reply:
Revision history for this message
Best Warren Hill (warren-hill) said :
#1

There is no indication when you enter your password, this is normal just type it and press enter. It should be accepted.

It it still won't work you can try resetting your password

There are a few methods (mostly similar) take a look at these

http://www.psychocats.net/ubuntu/resetpassword

https://help.ubuntu.com/12.04/ubuntu-help/user-forgottenpassword.html

http://askubuntu.com/questions/24006/how-do-i-reset-a-lost-administrative-password

http://naveenubuntu.blogspot.co.uk/2012/05/recover-login-password-of-ubuntu-1204.html

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

sudo doesn't give a feedback, this is to hide the length. If you want feedback then you can always use:

gksudo apt-get install youtube-dl

You will get a pretty box to type in but if you use sudo then just type your password and hit ENTER, the password is being accepted

Revision history for this message
nickson (nicksonkama) said :
#3

thanks had not noticed, yes the password is being accepted

On Mon, Nov 5, 2012 at 8:30 PM, actionparsnip <
<email address hidden>> wrote:

> Your question #213308 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/213308
>
> actionparsnip requested more information:
> sudo doesn't give a feedback, this is to hide the length. If you want
> feedback then you can always use:
>
> gksudo apt-get install youtube-dl
>
> You will get a pretty box to type in but if you use sudo then just type
> your password and hit ENTER, the password is being accepted
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/213308
>
> You received this question notification because you asked the question.
>

Revision history for this message
nickson (nicksonkama) said :
#4

Thanks Warren Hill, that solved my question.