0

When I attempt to install software, I am prompted for a password. What is this password?

Software to be installed
Password Prompt

Alex Jones
  • 7,982
  • 9
  • 55
  • 94

2 Answers2

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,035
  • 1
    Mods: Ignore the flag, i want to cancel it now beacuse i thought it was not answering, beacuse of the unneccesary part. – Star OS Dec 26 '15 at 08:37
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,446