Installing
-
3. Removing Distro Winetricks
Then Check if Winetricks Distro Installed
Simply run:which winetricks
And if yes then to Remove it play:
sudo dnf remove winetricks
-
4. Downloading Winetricks
Download Winetricks Installer for GNU/Linux
Right-Click on Link and Choose “Save link as…“.
-
5. Installing Winetricks
Now to Install the Latest Winetricks for Red Hat
First, access the Download location by default with:cd ~/Downloads
To Check it’s there List the contents with:
ls . | grep winetricks
The grep Command refine the output List showing only the Entries matching the Keyword.
But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.
Then give execution Permissions with:chmod +x ./winetricks.bash
And next follow to Execute it:
./winetricks.bash
Last, store the Script to reuse it for Upgrading:
sudo mv ./winetricks.bash /usr/bin/update_winetricks
So from time to time call it to Refresh Winetricks:
update_winetricks
Contents