0

I have read quite a few of the answers to password problems but am completely new to Ubuntu and can't figure this out.

I bought my computer (a Dell vostro) a few days ago, and I was trying to install some apps and it asks for an authentication code. I got as far as to check user account (only one, admin) and it doesn't seem to have a password.

I read a thread about setting a password but I don't know what "Windows Key" or "Terminal" are, so could someone please explain this?

Wilf
  • 30,732

1 Answers1

0

So there are something called sudoers in Linux (it's like when you create user in Windows and can choose if they are admin or normal users). So when you install apps from terminal the command should be like (in terminal)

sudo apt-get install package

Some applications and packages are in the software center. You can look them up there. When you will be asked for password it will be your user password not the root password. The root is the GOD of GOD's in Linux. I don't set a root password at all because you don't need it. If blondie like reading then go and check this

Terminal is a cmd like. It's a way to control all your system (including installing/removing/updating packages). It's the key when you use Linux :D

OdinRW
  • 632