TLDR: I can't lock the wine-staging-i386 package using MUON.
The long explanation:
I needed to install .NET Framework 4.5 on my Wine prefix but the installer hung. I found it was a known bug in wine-stable and was fixed in a later version. So I installed wine-staging using MUON. Everything installed normally, and I got .NET Framework installed.
Problem solved, or so I thought...
Next day, I discovered a new version of wine-staging was available. That's a Gig or so of unnecessary downloading - on a fairly regular basis - so I decided to lock Wine-Staging.
All of the packages locked successfully, except wine-stable-i386 which just refuses to lock. Literally nothing happens when I select the option...
So I thought I'd try from the command line:
sudo apt-mark hold wine-staging-i386
Even that didn't work. It still shows up as "upgradeable" in MUON.
Any ideas?
The long explanation:
I needed to install .NET Framework 4.5 on my Wine prefix but the installer hung. I found it was a known bug in wine-stable and was fixed in a later version. So I installed wine-staging using MUON. Everything installed normally, and I got .NET Framework installed.
Problem solved, or so I thought...
Next day, I discovered a new version of wine-staging was available. That's a Gig or so of unnecessary downloading - on a fairly regular basis - so I decided to lock Wine-Staging.
All of the packages locked successfully, except wine-stable-i386 which just refuses to lock. Literally nothing happens when I select the option...
So I thought I'd try from the command line:
sudo apt-mark hold wine-staging-i386
Even that didn't work. It still shows up as "upgradeable" in MUON.
Any ideas?
Comment