kevinjohnson7890

steam on debian 12 13

Jan 18th, 2025
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. HOW TO INSTALL STEAM ON DEBIAN 12 BOOKWORM /13 SID UNSTABLE
  2. curl -s http://repo.steampowered.com/steam/archive/stable/steam.gpg | sudo tee /usr/share/keyrings/steam.gpg > /dev/null
  3.  
  4. echo deb [arch=amd64,i386 signed-by=/usr/share/keyrings/steam.gpg] http://repo.steampowered.com/steam/ stable steam | sudo tee /etc/apt/sources.list.d/steam.list
  5.  
  6. sudo apt update
  7.  
  8. sudo apt install steam-launcher
  9.  
  10. steam
  11.  
Advertisement
Add Comment
Please, Sign In to add comment