Wine Installer(Orignally as winehq_installer) Copied from: https://github.com/RishonDev/wine-installer
Go to file
Rishon Jonathan R d0737aeeee
Replaced Ubuntu 22.10 Support for 23.04
2023-05-04 14:49:22 +05:30
README.md Changes to be committed: 2023-03-09 21:40:34 +05:30
wine-installer-ubuntu.sh Replaced Ubuntu 22.10 Support for 23.04 2023-05-04 14:49:22 +05:30
wine-script-updater.sh Fixed a bug 2023-05-04 13:27:56 +05:30
wine-uninstaller.sh Updated 2.2.0 2023-03-09 21:32:32 +05:30
wine-updater.sh Updated 2.2.0 2023-03-09 21:32:32 +05:30

README.md

get-wine-latest.sh

If you get a permission denied on any script present in this repository, even with sudo, run sudo. chmod +x *.sh

(The READEME.md is not a file to be executed)

a simple set of shell scripts to Install\Remove the latest version of wine from winehq's official repositories without any error.

To install wine, Simply copy this:

Ubuntu:

sudo apt install wget
wget https://raw.githubusercontent.com/RishonDev/get-wine-latest.sh/main/wine-installer-ubuntu.sh
chmod +x wine-installer-ubuntu.sh
./wine-installer-ubuntu.sh