kevinjohnson7890

Wine on Debian 11 Bullseye

Feb 4th, 2022
591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. **How to Install Wine on Debian 11 Bullseye**
  2. sudo dpkg --add-architecture i386
  3. wget -nc https://dl.winehq.org/wine-builds/winehq.key
  4. sudo apt-key add winehq.key
  5. nano /etc/apt/sources.list
  6. ***DEBIAN 11***deb https://dl.winehq.org/wine-builds/debian/ bullseye main
  7. exit
  8. sudo apt update
  9. **WINE STABLE BRANCH**sudo apt install --install-recommends winehq-stable
  10. **WINE DEVELOPMENT BRANCH**sudo apt install --install-recommends winehq-devel
  11. WINETRICKS
  12. sudo wget htps://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
  13. sudo chmod +x winetricks
  14. sudo cp winetricks /usr/bin
Advertisement
Add Comment
Please, Sign In to add comment