-1

i am unable to install Ubuntu restricted extras and VLC and many. when i use sudo apt-get install Ubuntu restricted extras in terminal it is showing unable to locate ubuntu restricted extras. how can i make it possible

Ron
  • 20,638

1 Answers1

0

Read how to install packages with apt-get on a system connected via proxy? to know how to make apt work with a proxy.

Then to install ubuntu-restricted-extras you need to enable multiverse repository by opening Software and Updates program

enable multiverse

Then close the Software Center to reload sources list.

After update, open terminal and type:

 sudo apt-get install ubuntu-restricted-extras`
Ron
  • 20,638