I was able to reproduce everything you have shown in your thread, but was fixed following this: https://idroot.us/install-wine-ubuntu-24-04/
NOTE: Please remove all wine installs first.
Code:
sudo apt list --installed|grep wine
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
fonts-wine/noble,noble,now 9.0~repack-4build3 all [installed,automatic]
libwine/noble,now 9.0~repack-4build3 amd64 [installed]
libwine/noble,now 9.0~repack-4build3 i386 [installed,automatic]
q4wine/noble,now 1.3.13-1build2 amd64 [installed]
wine32/noble,now 9.0~repack-4build3 i386 [installed,automatic]
wine64/noble,now 9.0~repack-4build3 amd64 [installed,automatic]
wine/noble,noble,now 9.0~repack-4build3 all [installed,automatic]
winetricks/noble,noble,now 20240105-2 all [installed]
Following that link you will or might see "invalid key" just ignore and install fresh. (Stay within the Stable install)
EDIT: This is my installed packages just to help:
Code:
apt list --installed | grep wine
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
fonts-wine/noble,noble,now 9.0~repack-4build3 all [installed,automatic]
libwine/noble,now 9.0~repack-4build3 amd64 [installed]
libwine/noble,now 9.0~repack-4build3 i386 [installed,automatic]
q4wine/noble,now 1.3.13-1build2 amd64 [installed]
wine-stable/noble,noble,now 3.0.1ubuntu1 all [installed]
wine32/noble,now 9.0~repack-4build3 i386 [installed,automatic]
wine64/noble,now 9.0~repack-4build3 amd64 [installed,automatic]
wine/noble,noble,now 9.0~repack-4build3 all [installed,automatic]
winetricks/noble,noble,now 20240105-2 all [installed]
After a good install that PPA can now be removed:
Code:
sudo rm -rf /etc/apt/sources.list.d/winehq-jammy.sources /etc/apt/sources.list.d/winehq-noble.sources
If you changed it to "noble" change the command accordingly.
Bookmarks