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?
The following packages have been kept back: libavformat54 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
– Emil Zahariev May 22 '16 at 18:33sudo apt install libavformat54
? – edwinksl May 22 '16 at 18:34The following packages have unmet dependencies: libavformat54 : Depends: libavcodec54 (>= 7:1.2.5~) but it is not going to be installed or libavcodec-extra-54 (>= 7:1.2.5~) but 6:9.18-0ubuntu0.14.04.1 is to be installed E: Unable to correct problems, you have held broken packages.
– Emil Zahariev May 22 '16 at 18:37The following packages have unmet dependencies: libavcodec-extra-54 : Conflicts: libavcodec54 but 7:1.2.5-1~trusty1 is to be installed libavcodec54 : Depends: libx264-123 but it is not installable Conflicts: libavcodec-extra-54 but 6:9.18-0ubuntu0.14.04.1 is to be installed E: Unable to correct problems, you have held broken packages.
– Emil Zahariev May 22 '16 at 18:41gstreamer1.0-libav
could be what you are missing. As the forum post suggests, can you post the output ofsudo apt-cache policy gstreamer1.0-libav
? – edwinksl May 22 '16 at 18:47gstreamer1.0-libav: Installed: 1.2.4-1~ubuntu1 Candidate: 1.2.4-1~ubuntu1 Version table: *** 1.2.4-1~ubuntu1 0 500 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe i386 Packages 100 /var/lib/dpkg/status 1.2.3-1 0 500 http://archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages
– Emil Zahariev May 22 '16 at 18:48sudo apt-get upgrade
and I dont have VLC – Emil Zahariev May 22 '16 at 18:51