Downgrading wine staging

I’m wanting to downgrade my wine-staging from 9.7 to 9.4, as 9.5 and up is breaking my audio plugins. What is the easiest way to do that and hold the version so it doesn’t pull an update?

1 Like
sudo dnf install wine-staging-9.4
sudo dnf install wine-staging64-9.4
sudo dnf install python3-dnf-plugin-versionlock
sudo dnf versionlock add wine-staging\*

Fedora - WineHQ Wiki

I was able to downgrade with this, but it reverted to 9.7 wine-staging from the next sys update.

sudo dnf versionlock clear

Then downgrade again and disable the repo:

sudo dnf config-manager --disable WineHQ

This is a necessary workaround to lock the version.