Installing
-
2. Setting Up Repository
How to Add Latest Wine Elementary OS Repository
-
3. Installing WineHQ
Finally, to Install the Latest Wine on
For the Stable Release:sudo apt install --install-recommends winehq-stable
Instead, for the Development one:
sudo apt install --install-recommends winehq-devel
-
4. Amending User’s Path
Again Append Wine into the Path
Simply play:echo "export PATH=$PATH:/opt/wine-stable/bin" >> ~/.bashrc
In case of wine-staging amend the above Command.
Finally, Reload the Bash Path simply with:bash
Contents