Can't install winehq-stable in Ubuntu 22.04

Questions about Wine on Linux
Locked
Stress
Newbie
Newbie
Posts: 3
Joined: Sun Aug 28, 2022 3:29 am

Can't install winehq-stable in Ubuntu 22.04

Post by Stress »

I execute commands:

Code: Select all

sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
sudo apt update
sudo apt install --install-recommends winehq-stable
And I get an error:

Code: Select all

E: Unable to locate package winehq-stable
Package search only returns unstable packages:

Code: Select all

apt search winehq
Sorting... Done
Full Text Search... Done
winehq-devel/jammy 7.17~jammy-1 amd64
  WINE Is Not An Emulator - runs MS Windows programs

winehq-staging/jammy 7.17~jammy-1 amd64
  WINE Is Not An Emulator - runs MS Windows programs
User avatar
dimesio
Moderator
Moderator
Posts: 13200
Joined: Tue Mar 25, 2008 10:30 pm

Re: Can't install winehq-stable in Ubuntu 22.04

Post by dimesio »

There are no stable packages for 22.04 yet because 22.04 did not exist when 7.0 came out. There will be stable packages whenever 7.0.1 is released.
Locked