4

I have tried re-installing restricted extras but still cannot locate the file. Now, when I run

sudo apt-get install ubuntu-restricted-extras

I am getting this message

E: Unable to locate package ubuntu-restricted-extras

I've tried using sudo killall update-manager the response is "No process found".

I used janitor to clean my machine yesterday, Could this be the issue here as janitor might have cleaned all my packages?

Braiam
  • 67,791
  • 32
  • 179
  • 269
frqcuse
  • 69

1 Answers1

3

Go to Ubuntu Software Center -> edit -> software sources Check this:

  • Main
  • universe
  • restricted
  • multiverse
  • canonical partner (optional)
  • indepedent

and open terminal and doing this:

sudo apt-get update && sudo apt-get install ubuntu-restricted-extras

If you install ubuntu restricted extras it will automatically install flash. I hope this help and can close your case.

enter image description here

enter image description here

enter image description here

Seth
  • 58,122
Baim
  • 245
  • 1
  • 5
  • 1
    Use backquotes when adding commands like sudo apt-get update && sudo apt-get install ubuntu- restricted- extras – totti Feb 26 '13 at 12:28