ATTENTION: Qt 5.10 transition ahead

Started by devil, 2018/03/29, 13:49:35

Previous topic - Next topic

piper

Quote from: absolutone suggestion would be to purge all deb-multimedia packages, deactivate the repository, and hope that will ease the situation and allow you to fix your install...


This is kinda hard to remove all because of epochs, this still *might work today

aptitude search '?narrow(?version(CURRENT),?maintainer(Christian Marillat))' --disable-columns -F%p

dpkg --remove --force-depends $(aptitude search '?narrow(?version(CURRENT),?maintainer(Christian Marillat))' --disable-columns -F%p)

dpkg -l | awk '/^.i/ {print $2}' | xargs apt-cache policy | awk '/^[a-z0-9.-]+:/ {pkg=$1}; /\*\*\*/ {OFS="\t"; ver=$2; getline; print pkg,ver,$2,$3}',
I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

melmarker

My suggestion with transitions is: Having a short look, which packages are involved could help a lot. pipers way might work, but is to destructive for me :P


aptitude search '~i~Dqtbase-abi-5-9' -F "%p"

would give a list of packages which are depend on the old abi.


apt policy $(aptitude search '~i~Dqtbase-abi-5-9' -F "%p")

Would list all packages and where they come from. nuff said.
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

piper

Everything I do is destructive ☺☺☺

( ͡° ͜ʖ ͡°)
I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

absolut


piper

@absolut

That was awesome :) thanks for making my day, good movie too
I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA