When I added the Noble repos and did everything, when I did sudo apt install winehq-devel (I always use the development branch), I got this error:
Code: Select all
boplaid@BOplaid-LMPC:~$ sudo apt install winehq-devel
[sudo] password for boplaid:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
winehq-devel : Depends: wine-devel (= 9.17~noble-1)
E: Unable to correct problems, you have held broken packages.
Code: Select all
boplaid@BOplaid-LMPC:~$ sudo apt update && sudo apt upgrade
Hit:1 http://dl.google.com/linux/earth/deb stable InRelease
Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease
Hit:3 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:4 https://dl.winehq.org/wine-builds/ubuntu noble InRelease
Hit:5 https://repo.waydro.id noble InRelease
Hit:6 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Ign:7 https://fastly.linuxmint.io wilma InRelease
Hit:8 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Hit:9 https://debrepo.freedownloadmanager.org jammy InRelease
Hit:10 https://fastly.linuxmint.io wilma Release
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Code: Select all
boplaid@BOplaid-LMPC:~$ sudo apt install winehq-stable
[sudo] password for boplaid:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package winehq-stable
Then I tried winehq-staging:
Code: Select all
boplaid@BOplaid-LMPC:~$ sudo apt install winehq-staging
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
winehq-staging : Depends: wine-staging (= 9.17~noble-1)
E: Unable to correct problems, you have held broken packages.
Also, if you're confused on which branch I want to use, I want to use the development branch. Just thought that wasn't clear enough.
So, what should I do?