0

I have installed Ubuntu using WUBI from my Windows OS. I created my username and its password. While I am trying to log in it's saying that the password is wrong. I have reinstalled 3 times giving the same problem.

How can I reset the root password in order for me to install an application?

1 Answers1

-2

I think you haven`t root password and you must created.

Type the following command:

sudo passwd The following message will appear:

[sudo] password for [username]: [Type your user password and press return]

After that another message will appear, the following:

Type new UNIX password: [Type the root password you want]

Now the last thing you need to do, the following:

Retype new UNIX password: [Retype the root password you chosen before]

The following message will appear:

passwd: password updated successfully