- Code: Select all
sudo apt list --upgradable
Listing... Done
gir1.2-gst-plugins-base-1.0/stable 1.14.4-dmo2 amd64 [upgradable from: 1.10.4-1+deb9u1]
gir1.2-javascriptcoregtk-4.0/stable 2.24.2-dmo1 amd64 [upgradable from: 2.18.6-1~deb9u1.0]
gir1.2-webkit2-4.0/stable 2.24.2-dmo1 amd64 [upgradable from: 2.18.6-1~deb9u1.0]
gstreamer1.0-alsa/stable 1.14.4-dmo2 amd64 [upgradable from: 1.10.4-1+deb9u1]
gstreamer1.0-libav/stable 1:1.14.4-dmo3 amd64 [upgradable from: 1:1.10.4-dmo1]
gstreamer1.0-plugins-bad/stable 1:1.14.4-dmo7 amd64 [upgradable from: 1:1.10.4-dmo2]
gstreamer1.0-plugins-base/stable 1.14.4-dmo2 amd64 [upgradable from: 1.10.4-1+deb9u1]
gstreamer1.0-plugins-good/stable 1.14.4-dmo2 amd64 [upgradable from: 1.10.4-1]
gstreamer1.0-plugins-ugly/stable 1:1.14.4-dmo2 amd64 [upgradable from: 1:1.10.4-dmo1]
gstreamer1.0-pulseaudio/stable 1.14.4-dmo2 amd64 [upgradable from: 1.10.4-1]
gstreamer1.0-x/stable 1.14.4-dmo2 amd64 [upgradable from: 1.10.4-1+deb9u1]
libasound2-plugins/stable 1:1.1.8-dmo1 amd64 [upgradable from: 1:1.1.4-dmo1+deb9u1]
libass9/stable 2:0.14.0-dmo1 amd64 [upgradable from: 2:0.13.7-dmo1]
libbabl-0.1-0/stable 1:0.1.66-dmo1 amd64 [upgradable from: 1:0.1.28-dmo1]
libbluray2/stable 2:1.1.2-dmo1 amd64 [upgradable from: 2:1.0.0-dmo1]
libchromaprint1/stable 1:1.4.3-dmo2 amd64 [upgradable from: 1:1.4.2-dmo1]
libgstreamer-plugins-bad1.0-0/stable 1:1.14.4-dmo7 amd64 [upgradable from: 1:1.10.4-dmo2]
libgstreamer-plugins-base1.0-0/stable 1.14.4-dmo2 amd64 [upgradable from: 1.10.4-1+deb9u1]
libjavascriptcoregtk-4.0-18/stable 2.24.2-dmo1 amd64 [upgradable from: 2.18.6-1~deb9u1.0]
libwebkit2gtk-4.0-37/stable 2.24.2-dmo1 amd64 [upgradable from: 2.18.6-1~deb9u1.0]
- Code: Select all
sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
libchromaprint1
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
- Code: Select all
sudo apt install libchromaprint1
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libchromaprint1 : Depends: libavcodec58 (>= 10:4.0) but it is not going to be installed
Depends: libavutil56 (>= 10:4.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
my system
- Code: Select all
uname -a
Linux 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1+deb9u4 (2019-07-19) x86_64 GNU/Linux
any help for fixing this problem?
thank you