kevinjohnson7890

Wine Staging on Debian Sid

Jan 8th, 2023
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. sudo dpkg --add-architecture i386
  2. sudo mkdir -pm755 /etc/apt/keyrings
  3.  
  4. sudo wget -0 /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
  5.  
  6. sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources
  7.  
  8. sudo apt update
  9.  
  10. sudo apt install winehq-staging
Advertisement
Add Comment
Please, Sign In to add comment