Cannot Install Wine at all

Questions about Wine on Linux
Locked
Aololala
Newbie
Newbie
Posts: 1
Joined: Tue Nov 30, 2021 4:09 pm

Cannot Install Wine at all

Post by Aololala »

No version (6.02+) is installable.

After circling a rabbit trail for weeks now, I'm still in the same place.
Any attempt to install a version of this number or above leaves me with broken dependency errors and no package manager on Ubuntu 20.10 is working. No attempts at purging nor installing from the terminal. No attempts at adding new repositories or even installing directly from the provided source.

It all worked fine, and then poof. A single update sent it.

I would love to link the numerous threads made about this, but I'll just go ahead and make another.
I am really at a total loss and have put several bald spots in my hair now.
For the love of anything. Any solution. Anything to get it to work.

Please.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Cannot Install Wine at all

Post by jkfloris »

What is the output of:

Code: Select all

sudo apt install --install-recommends wine-stable-i386 wine-stable-amd64
and

Code: Select all

grep -R ^deb /etc/apt/sources.list*
Locked