LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What is Authentication Password and how to retrieve it? (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-authentication-password-and-how-to-retrieve-it-4175499693/)

somnathbhattach 03-27-2014 01:32 PM

What is Authentication Password and how to retrieve it?
 
1 Attachment(s)
Thanks for guidance received against my last thread. Accordingly I changed my root password successfully. Still the password is not working. Same problem arises when I try to install any application from Net. It prompts for Authentication Password. Attached files (same file in two formats) containing my Desktop's screen-shot may explain my problem.

SomnathAttachment 15073

yooy 03-27-2014 01:36 PM

can you try with terminal?

the command is:
Quote:

sudo apt-get install vlc

Shadow_7 03-27-2014 01:49 PM

For ubuntu, the user in the adm and sudo group has root priviledges and gives the users password to do root level stuff. As long as there is at least one user and that user is in the right groups permissions wise it can do root things via sudo. You can of course break this behavior, but better to use things as intended.

$ lsb_release -a

joe_2000 03-27-2014 02:09 PM

Quote:

Originally Posted by somnathbhattach (Post 5142370)
Thanks for guidance received against my last thread. Accordingly I changed my root password successfully. Still the password is not working. Same problem arises when I try to install any application from Net. It prompts for Authentication Password. Attached files (same file in two formats) containing my Desktop's screen-shot may explain my problem.

SomnathAttachment 15073

What Shadow_7 is saying - more simply put - is that you should use your normal user password, not the root password you established. Ubuntu is using sudo which allows a normal user to carry out administrative tasks using his own password.


All times are GMT -5. The time now is 08:12 PM.