5

HW Info:

  • HW Model: Dell Inc. Latitude E6540
  • MEM: 4,0 GiB
  • Processor: Intel® Core™ i5-4300M × 4
  • Graphics: Intel® HD Graphics 4600 (HSW GT2)
  • SSD: 256,1 GB

SW Information:

  • firmware: A09
  • OS: Ubuntu 24.04.1 LTS
  • Built OS: (null)
  • Type OS: 64bit
  • Version GNOME: 46
  • window system: Wayland
  • Kernel: Linux 6.8.0-45-generic

Ubuntu cannot open MP4 files after upgrade over Ubuntu 22 LTS Codecs are missing and the searching machine dindn't find any suitable codec.

Everything run before upgrade.

Many thanks for any suggestion.

Jouza

New contributor
Jouza is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
0

1 Answer 1

6

You can install all codecs with the command

sudo apt install ubuntu-restricted-extras

Also, the upgrade path was buggy and sometimes it removes many packages present in default ubuntu installation. To reinstall all of them, execute the command

sudo apt install --reinstall ubuntu-desktop^

(Note: The ^ is necessary in the command above)

4
  • What does the ^ do?
    – Simd
    Commented 15 hours ago
  • 2
    ubuntu-desktop is not a package, instead it's a task. so the roof char is required to not run into a package not found error. see also askubuntu.com/questions/211912/whats-the-caret-mean-in-apt-get
    – Rod Rob
    Commented 11 hours ago
  • 2
    Zsh users should quote ubuntu-desktop^ (^ is used as a globbing metacharacter and unquoted unintended ^ will make commands fail at best)
    – kos
    Commented 5 hours ago
  • For me ubuntu-desktop is a package (metapackage) and it depends on many stuff that makes up the default Ubuntu desktop installation.
    – iBug
    Commented 2 hours ago

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .