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
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
Why happen that? It's still not ready and i need to wait. Some typo in the guide? Am i doing something wrong?