Today i tried too update my Linux Mint Cinnamon version with apt-get upgrade.
After a while te upgrade stopped because there were some errors.
Now every attempt too use the package manager give me the following error.
When i try sudo apt-get -f install i got the next bounch of errors. that ends with
For so far i can see my package manager asks for an older version of libgstreamer-gl1.0-0 and libwebkit2gtk-4.0-37.
So i don't understand what was going wrong with my upgrade. before i run the upgrade i used the update command.
After a while te upgrade stopped because there were some errors.
Now every attempt too use the package manager give me the following error.
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libgstreamer-gl1.0-0 : Depends: libgstreamer1.0-0 (>= 1.14.4) but 1.14.1-1~ubuntu18.04.1 is installed
libwebkit2gtk-4.0-37 : Depends: libjavascriptcoregtk-4.0-18 (= 2.24.2-0ubuntu0.18.04.1) but 2.20.1-1 is installed
Depends: libwoff1 (>= 1.0.0) but it is not installed
vlc : Depends: vlc-bin (= 3.0.4-1ubuntu0.2) but 3.0.3-1-1ubuntu1 is installed
Depends: vlc-plugin-base (= 3.0.4-1ubuntu0.2) but 3.0.3-1-1ubuntu1 is installed
vlc-plugin-qt : Depends: libvlccore9 (>= 3.0.4) but 3.0.3-1-1ubuntu1 is installed
vlc-plugin-video-output : Depends: libvlccore9 (>= 3.0.4) but 3.0.3-1-1ubuntu1 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
When i try sudo apt-get -f install i got the next bounch of errors. that ends with
Code:
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)
For so far i can see my package manager asks for an older version of libgstreamer-gl1.0-0 and libwebkit2gtk-4.0-37.
So i don't understand what was going wrong with my upgrade. before i run the upgrade i used the update command.