Results 1 to 8 of 8
Hi,
I've been trying to install some games from the ubuntu software center.
When I click "install" I'm asked for a password, but I don't understand why since I had ...
- 08-27-2010 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 9
Cannot download software due to password problem
Hi,
I've been trying to install some games from the ubuntu software center.
When I click "install" I'm asked for a password, but I don't understand why since I had my login password disabled(is it some other password?).If I just press enter without typing anything, it tells me that authentication failed.
Thanks for your help.
- 08-27-2010 #2
Software installation is a task for the superuser root.
On ubuntu, the "sudo" command is pre-configured, so that a normal user can become root by providing his/her password.
So, you disabled the question for the login password.
But you are not loging in for the software installation, you are elevating your privileges.You must always face the curtain with a bow.
- 08-27-2010 #3
How did you disable your login password?
Maybe you just enabled passwordless login instead?
- 08-27-2010 #4Just Joined!
- Join Date
- Aug 2010
- Posts
- 9
For disable I used: sudo passwd -d <my user>
Ok, so what exactly should I do to download software?
- 08-28-2010 #5Just Joined!
- Join Date
- Aug 2010
- Posts
- 9
well,what should I do?
- 08-28-2010 #6
Can you still use sudo from the command line?
- 08-28-2010 #7Just Joined!
- Join Date
- Aug 2010
- Posts
- 9
Yeah.So unless I set a password it is impossible do download new software through the GUI?
- 08-28-2010 #8
You should set the password and enable passwordless login instead.
Edit: In fact, passwordless sudo gives me chills.


Reply With Quote