How can I install older wine ?

Questions about Wine on Linux
Locked
game12138
Level 2
Level 2
Posts: 21
Joined: Wed Oct 10, 2018 10:35 pm

How can I install older wine ?

Post by game12138 »

as the title, I want install winehq 6.0.1~focal-1,
but when I try to use

Code: Select all

apt-get install winehq-stable=6.0.1~focal-1
I got this
1636686128286.png
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: How can I install older wine ?

Post by Bob Wya »

game12138 wrote: Thu Nov 11, 2021 10:03 pm as the title, I want install winehq 6.0.1~focal-1,
but when I try to use

Code: Select all

apt-get install winehq-stable=6.0.1~focal-1
I got this
1636686128286.png
@game12138

See: WineHQ Forums: installing a specific wine version

So you'd probably want something like:

Code: Select all

sudo apt install -y winehq-stable=6.0.1~focal-1 wine-stable=6.0.1~focal-1 wine-stable-amd64=6.0.1~focal-1 wine-stable-i386=6.0.1~focal-1
sudo apt-mark hold winehq-stable wine-stable wine-stable-amd64 wine-stable-i386
Please don't post screenshots of terminal output. The appropriate thing to do is to post all terminal output, as text, enclosed with the forum code tags:

Code: Select all

...
- the code button - </> - above the full forum edit box - will enclose a block of selected text, with code tags.

Bob
Locked