winehq-stable missing in Ubuntu?

Questions about Wine on Linux
Locked
nightnome
Newbie
Newbie
Posts: 2
Joined: Sun Jun 16, 2024 12:15 pm

winehq-stable missing in Ubuntu?

Post by nightnome »

I follow the guide to download and install Wine on Ubutnu: https://wiki.winehq.org/Download

I'm using KUbunut 24.04 so i make this steps:

Code: Select all

sudo dpkg --add-architecture i386 
sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources
sudo apt install --install-recommends winehq-stable
But apt can't locate the package winehq-stable.

If i search with apt i get:

Code: Select all

sudo apt search winehq-
Ordering... Done
Search all text... Done
winehq-devel/noble 9.11~noble-1 amd64
  WINE is not an emulator - runs MS Windows programs
winehq-staging/noble 9.11~noble-1 amd64
  WINE is not an emulator - runs MS Windows programs
Only exist winehq-devel and winehq-staging. But i prefer a stable version.

Why happen that? It's still not ready and i need to wait. Some typo in the guide? Am i doing something wrong?
User avatar
dimesio
Moderator
Moderator
Posts: 13300
Joined: Tue Mar 25, 2008 10:30 pm

Re: winehq-stable missing in Ubuntu?

Post by dimesio »

There are no stable packages yet for 24.04 because 24.04 was not released when Wine 9.0 came out. There will be stable packages whenever 9.0.1 comes out.
nightnome
Newbie
Newbie
Posts: 2
Joined: Sun Jun 16, 2024 12:15 pm

Re: winehq-stable missing in Ubuntu?

Post by nightnome »

Ok thanks.
danger89
Level 1
Level 1
Posts: 5
Joined: Sat Jun 08, 2019 6:36 pm

Re: winehq-stable missing in Ubuntu?

Post by danger89 »

Ahhh too bad.

I did notice under Linux Mint 22 (Ubuntu 24.04), that there is a `wine` package which seems to be version 9.0 repack-4build3. So that seems to be Wine stable, right? https://packages.ubuntu.com/noble/wine
Locked