Installing
- 
2. Setting Up RepositoryHow to Add Latest Wine Bodhi Repository 
- 
3. Installing WineHQFinally, 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 PathAgain 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
