When I attempt to install software, I am prompted for a password. What is this password?
Asked
Active
Viewed 605 times
2 Answers
1
To play multimedia files you need to install the codecs. In Ubuntu its as easy as:
sudo apt-get install ubuntu-restricted-extras
Next, it prompts for a password. This password is the same password you used to login into your Ubuntu with.
Raphael
- 8,135
1
This password (and most any password on your system) is going to be the same one used to log in. The reason for this is to prevent unauthorized users from installing malicious software on your system.
By prompting you for your login password, the system ensures that only you or people who have your password can install software.
Daniel
- 3,626
- 3
- 24
- 46