1
0
Fork 0
FORK - Wine Installer(Orignally as winehq_installer) Copied from: https://github.com/RishonDev/wine-installer
Go to file
Rishon Jonathan R 163e9ffeac
Create README.txt
2024-02-20 14:13:48 +05:30
README.md Update README.md 2023-06-10 17:32:33 +05:30
README.txt Create README.txt 2024-02-20 14:13:48 +05:30
wine-installer-debian.sh Update wine-installer-debian.sh 2024-02-20 13:56:28 +05:30
wine-installer-fedora.sh Create wine-installer-fedora.sh 2024-02-20 13:53:10 +05:30
wine-installer-ubuntu.sh Update wine-installer-ubuntu.sh 2024-02-20 13:43:38 +05:30
wine-script-updater.sh Update wine-script-updater.sh 2024-02-20 13:55:51 +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 git
git clone https://github.com/RishonDev/winehq-installer.git
cd winehq-installer
chmod +x *.sh
./wine-unintaller.sh
./wine-installer-ubuntu.sh