I opened the terminal put in: sudo apt install ubuntu-restricted-extras run it but the packet was not find. I wanted to use this command to be able to watch .mpeg files.
I am using Ubuntu 21.04 LTS
I opened the terminal put in: sudo apt install ubuntu-restricted-extras run it but the packet was not find. I wanted to use this command to be able to watch .mpeg files.
I am using Ubuntu 21.04 LTS
Please try:
sudo add-apt-repository multiverse
sudo apt update
sudo apt install ubuntu-restricted-extras
You should be all set.
sudo add-apt-repository multiverse
; By the way, which version of Ubuntu are you running (20.04.x LTS or some other version)? – sudodus Aug 13 '21 at 19:16apt
instead ofapt-get
for years. Not the problem here. Either a mistype, a EoL release or the repositories aren't enabled for some reason. – ChanganAuto Aug 13 '21 at 19:17