Whenever I try and install anything including system updates I get this error:
The following packages have unmet dependencies:
gstreamer1.0-plugins-bad : Depends: libgstreamer-plugins-bad1.0-0 (= 1.16.2-2.1+b1) but 1.14.5-0ubuntu1~18.04.1 is installed
Depends: libgstreamer-plugins-base1.0-0 (>= 1.16.2) but 1.14.5-0ubuntu1~18.04.1 is installed
gstreamer1.0-plugins-good : Depends: libgstreamer-plugins-base1.0-0 (>= 1.16.2) but 1.14.5-0ubuntu1~18.04.1 is installed
gstreamer1.0-plugins-good:i386 : Depends: libgstreamer-plugins-base1.0-0:i386 (>= 1.16.2) but 1.14.5-0ubuntu1~18.04.1 is installed
gstreamer1.0-x : Depends: libgstreamer-plugins-base1.0-0 (>= 1.16.2) but 1.14.5-0ubuntu1~18.04.1 is installed
gstreamer1.0-x:i386 : Depends: libgstreamer-plugins-base1.0-0:i386 (>= 1.16.2) but 1.14.5-0ubuntu1~18.04.1 is installed
and whenever I run apt --fix-broken install
this will appear:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
gstreamer1.0-plugins-bad : Depends: libgstreamer-plugins-bad1.0-0 (= 1.16.2-2.1+b1) but 1.14.5-0ubuntu1~18.04.1 is installed
Depends: libgstreamer-plugins-base1.0-0 (>= 1.16.2) but 1.14.5-0ubuntu1~18.04.1 is installed
gstreamer1.0-plugins-good : Depends: libgstreamer-plugins-base1.0-0 (>= 1.16.2) but 1.14.5-0ubuntu1~18.04.1 is installed
gstreamer1.0-plugins-good:i386 : Depends: libgstreamer-plugins-base1.0-0:i386 (>= 1.16.2) but 1.14.5-0ubuntu1~18.04.1 is installed
gstreamer1.0-x : Depends: libgstreamer-plugins-base1.0-0 (>= 1.16.2) but 1.14.5-0ubuntu1~18.04.1 is installed
gstreamer1.0-x:i386 : Depends: libgstreamer-plugins-base1.0-0:i386 (>= 1.16.2) but 1.14.5-0ubuntu1~18.04.1 is installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies
I also can't open any system apps like system setting system updater and most of my other software besides google and terminal and wireshark.
I've run apt-cache policy gstreamer1.0-plugins-bad
and I ended up getting this:
$ apt-cache policy gstreamer1.0-plugins-bad
gstreamer1.0-plugins-bad:
Installed: 1.16.2-2.1+b1
Candidate: 1.18.0-2+b1
Version table:
1.18.0-2+b1 500
500 http://http.kali.org/kali kali-rolling/main amd64 Packages
*** 1.16.2-2.1+b1 100
100 /var/lib/dpkg/status
1.14.5-0ubuntu1~18.04.1 500
500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
1.14.0-1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
rmadison
reportslibgstreamer-plugins-bad1.0-0 | 1.14.5-0ubuntu1~18.04.1 | bionic-updates/universe
as you'll get in your packages, but you've added something 3rd party of built for a different system that wants 1.16.2-2.1+b1 so someone withsudo
rights has polluted your sources or added inappropriate packages. Useapt-cache policy gstreamer1.0-plugins-bad
to look for details – guiverc Oct 19 '20 at 21:25