wine version change

Questions about Wine on Linux
Locked
SpeedRider
Newbie
Newbie
Posts: 1
Joined: Sun Nov 03, 2024 3:43 pm

wine version change

Post by SpeedRider »

hello idk how to change the version of wine on my linux server lol.
still very new to this all.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
i tried
sudo apt install winehq-stable=8.0~focal-1 wine-stable=8.0~focal-1 wine-stable-amd64=8.0~focal-1 wine-stable-i386=8.0~focal-1
desessarts
Level 4
Level 4
Posts: 196
Joined: Wed Oct 04, 2023 7:57 am

Re: wine version change

Post by desessarts »

Hello

upgrade to a more recent version of Ubuntu and you will have a more recent version of wine

post the output of

Code: Select all

apt-cache policy wine
Locked