Unable to locate package winehq-stable

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
RonSMeyer
Level 2
Level 2
Posts: 13
Joined: Mon Jul 27, 2015 7:10 pm

Unable to locate package winehq-stable

Post by RonSMeyer »

I just built a new system and installed new Mint 22. I'm trying to install Wine.

But No Go. "Unable to locate package winehq-stable"

What to do?

Code: Select all

ron@RCS1:~$ sudo apt update
Ign:1 http://packages.linuxmint.com wilma InRelease
Hit:2 http://packages.linuxmint.com wilma Release                                                                                                    
Hit:3 https://dl.winehq.org/wine-builds/ubuntu noble InRelease                                                                                       
Hit:5 https://dl.google.com/linux/chrome/deb stable InRelease                                                                                        
Hit:6 http://security.ubuntu.com/ubuntu noble-security InRelease    
Hit:7 http://archive.ubuntu.com/ubuntu noble InRelease
Hit:8 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:9 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
ron@RCS1:~$ sudo apt install --install-recommends winehq-stable
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package winehq-stable
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Unable to locate package winehq-stable

Post by dimesio »

There are no stable packages yet for Ubuntu 24.04 because it had not been released when wine 9.0 came out. There will be stable packages whenever the next stable release comes out. In the mean time, there are packages for wine-devel and wine-staging.
RonSMeyer
Level 2
Level 2
Posts: 13
Joined: Mon Jul 27, 2015 7:10 pm

Re: Unable to locate package winehq-stable

Post by RonSMeyer »

Ok, thank you. I will go with the devel package then.
Perhaps this should be noted on the download instructions page?
Locked