https://bugs.winehq.org/show_bug.cgi?id=46148
--- Comment #23 from Vitalii Stoianov vitalii.stoianov.ua@gmail.com --- (In reply to Kevin Grittner from comment #22)
(In reply to Vitalii Stoianov from comment #19)
sudo aptitude install winehq-staging=3.19.0~bionic
Thanks, but I must be doing something wrong. I uninstalled all wine packages (using Synaptic Package Manager) and tried the above statement with the results in the attachment I just added.
Any suggestions?
ok let me explain what is going on: For winehq-staging=3.20~bionic system update installed all required pkgs that maybe in conflict with versions that is required for version winehq-staging=3.19~bionic.
So when you try to do same with apt-get install it will fail with broken dependencies. When you run aptitude it ask you if you want to get dependencies hell resolved for you and to do so it suggest set of actions. If you ok with that actions ('y') it will remove all libs that is in conflict mainly because of winehq-stage=3.20~bionic install and will install all required libs.