0

Each time I run sudo apt-get upgrade I get the this output:

The following packages have been kept back:
  libavcodec-extra-54 libavformat54
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

Is there a way to force the upgrade or should I just purge them with all of their dependencies and reinstall the packages in question?

2 Answers2

1

Upgrade them manually

sudo apt install libavcodec-extra-54 libavformat54
1

According to https://askubuntu.com/a/502208/15003, sudo apt-get install libopus0 followed by sudo apt-get install gstreamer1.0-libav should upgrade the packages that are held back.

edwinksl
  • 24,109