I carelessly upgraded to 3.8 staging and the fps in everything is for sh~t. Rolling back to 3.7 is proving tedious.
If someone has knowledge of the Debian way to resolve this I would be most appreciative.

Code: Select all
aptitude versions winehq-staging
Package winehq-staging:
p 2.19.0~artful artful 500
p 2.20.0~artful artful 500
p 2.21.0~artful artful 500
p 3.6.0~artful artful 500
p 3.7.0~artful artful 500
p 3.8.0~artful artful 500
Package winehq-staging:i386:
p 2.19.0~artful artful 500
p 2.20.0~artful artful 500
p 2.21.0~artful artful 500
p 3.6.0~artful artful 500
p 3.7.0~artful artful 500
p 3.8.0~artful artful 500
Code: Select all
aptitude install winehq-staging=3.7.0~artful
sudo apt-mark hold winehq-staging
Code: Select all
sudo apt-cache showpkg winehq-staging:amd64
Code: Select all
sudo apt-get install winehq-staging=3.7.0~buster
Not being completely retarded and without the help of Google I tried:The following packages have unmet dependencies:
winehq-staging : Depends: wine-staging (= 3.7.0~buster)
E: Unable to correct problems, you have held broken packages.
Code: Select all
sudo apt-get install wine-staging=3.7.0~buster
Code: Select all
sudo apt-get remove wine*
sudo apt-get autoremove
Code: Select all
sudo apt-get install wine-staging-amd64=3.7.0~buster
sudo apt-get install winehq-staging-i386=3.7.0~buster
Code: Select all
sudo apt-get install wine-staging=3.7.0~buster
sudo apt-get install winehq-staging=3.7.0~buster
Code: Select all
$ sudo apt install --install-recommends wine-stable=5.0.3~focal
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:
wine-stable : Depends: wine-stable-i386 (= 5.0.3~focal)
Depends: wine-stable-amd64 (= 5.0.3~focal) but 6.0.0~focal-1 is to be installed
E: Unable to correct problems, you have held broken packages.
Code: Select all
sudo apt install --install-recommends winehq-stable=5.0.3~focal wine-stable=5.0.3~focal wine-stable-amd64=5.0.3~focal wine-stable-i386:i386=5.0.3~focal