kevinjohnson7890

setup wine on fedora 35

Feb 4th, 2022
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. **HOW TO SETUP WINE ON FEDORA 35**
  2. sudo dnf -y install dnf-plugins-core
  3. sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/35/winehq.repo
  4.  
  5. sudo dnf -y install winehq-stable
  6.  
  7. wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
  8. chmod +x winetricks
  9. sudo mv winetricks /usr/local/bin/
  10.  
  11. sudo winecfg
Advertisement
Add Comment
Please, Sign In to add comment