Wine not intalling/not found for Ubuntu 22.04 Jammy

Questions about Wine on Linux
Locked
amigabill
Newbie
Newbie
Posts: 1
Joined: Wed Nov 02, 2022 5:01 pm

Wine not intalling/not found for Ubuntu 22.04 Jammy

Post by amigabill »

I added the i386 arch, key and source file, updated apt but winehq-stable isn't known/found to be installed.

Code: Select all

 2002  sudo dpkg --add-architecture i386 
 2003  sudo mkdir -pm755 /etc/apt/keyrings
 2004  sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
 2005  sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
 2006  sudo apt update
 2007  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
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Wine not intalling/not found for Ubuntu 22.04 Jammy

Post by jkfloris »

https://wiki.winehq.org/Ubuntu#Ubuntu_2 ... ine_stable

At the moment you can choose between winehq-devel and winehq-staging.
Locked