18
Wine 10.2 suddenly broken (solved)
(lemmy.ca)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
The problem is that the whole
apt
system seems to be broken. It doesn't let me install other packages, and I can't even uninstall wine. So I wonder if any fixes from wine will work. It looks like this needs the user's manual intervention.but
sudo apt --fix-broken install
does not solve anything...Yeah it'll take manual intervention until 10.2~focal-3 comes out. You should be able to remove wine-staging, or maybe uninstall wine-staging-i386 then use
--fix-broken
, or maybe downgrade wine-staging to whichever version depends on 10.2~focal-1. Anything that gets rid of the dependency on the broken package.Edit: explicitly installing 10.1 with
worked.
Thank you for the help!
But I can't remove wine-staging, at least not via
apt
:So no go there.
--fix-broken
doesn't work either:Any idea on how to remove Wine manually, bypassing
apt
?sudo apt -o Dpkg::Options::="--force-overwrite" --fix-broken install
I'm not sure I'd recommend that. Seems like it'd result in more breakage from mismatched architecture files.
Probably but it's fucked anyway and now you can at least replace it with another wine or wait till it's fixed tomorrow
Thank you! didn't know about that command.