Hello everybody
I've recently done a fresh install of Ubuntu 24.04 and wanted to install Wine. I opened the App Center but couldn't find Wine among the Snap packages. So I looked into Debian packages and found 3 results: Wine, Winetricks and Q4Wine. I installed them all but I still could not run my Windows applications: when I double clicked on the exe file nothing happened.
So I removed all 3 Debian packages and started to google it, and found this very promising guide: https://www.liberiangeek.net/2024/04/install-wine-ubuntu-24-04/
I started to follow Method 1 (Install Wine on Ubuntu 24.04 from the Default Repository) and used the following commands in Terminal:
Afterwards I ran wine --version and got the following message:
Therefore I ran sudo apt install wine with success.
Afterwards I ran wine --version again and got a new message:
So I ran sudo apt-get install wine32:i386 with success.
Afterwards I used command wine --version one last time and got this output:
I thought everything is fine, so I tried to run my Windows exe file, but the behaviour did not change: nothing happened.
At this point I don't know what to do. I could try to use Method 2 from the giude I mentioned, and try to install Wine on Ubuntu 24.04 from the WineHQ Repository. But I thought maybe it would be wiser to first ask help and advice here.
I hope someone will help me, thank you in advance!
I've recently done a fresh install of Ubuntu 24.04 and wanted to install Wine. I opened the App Center but couldn't find Wine among the Snap packages. So I looked into Debian packages and found 3 results: Wine, Winetricks and Q4Wine. I installed them all but I still could not run my Windows applications: when I double clicked on the exe file nothing happened.
So I removed all 3 Debian packages and started to google it, and found this very promising guide: https://www.liberiangeek.net/2024/04/install-wine-ubuntu-24-04/
I started to follow Method 1 (Install Wine on Ubuntu 24.04 from the Default Repository) and used the following commands in Terminal:
sudo apt update && sudo apt upgrade
sudo apt install wine64
Afterwards I ran wine --version and got the following message:
Command 'wine' not found, but can be installed with:
sudo apt install wine
Therefore I ran sudo apt install wine with success.
Afterwards I ran wine --version again and got a new message:
it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32:i386"
wine-9.0 (Ubuntu 9.0~repack-4build3)
So I ran sudo apt-get install wine32:i386 with success.
Afterwards I used command wine --version one last time and got this output:
wine-9.0 (Ubuntu 9.0~repack-4build3)
I thought everything is fine, so I tried to run my Windows exe file, but the behaviour did not change: nothing happened.
At this point I don't know what to do. I could try to use Method 2 from the giude I mentioned, and try to install Wine on Ubuntu 24.04 from the WineHQ Repository. But I thought maybe it would be wiser to first ask help and advice here.
I hope someone will help me, thank you in advance!