Guest User

Untitled

a guest
Oct 17th, 2018
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. pi@raspberrypi:~ $ ver=$(lsb_release -sr); if [ $ver != "18.04" -a $ver != "16.04" ]; then ver=18.04; fi
  2. pi@raspberrypi:~ $ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04/ /' > /etc/apt/sources.list.d/home:strycore.list"
  3. pi@raspberrypi:~ $ wget -q https://download.opensuse.org/repositories/home:/strycore/xUbuntu_$ver/Release.key -O- | sudo apt-key add -
  4. OK
  5. pi@raspberrypi:~ $ sudo apt-get update
  6. Ign:1 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04 InRelease
  7. Hit:2 http://archive.raspberrypi.org/debian stretch InRelease
  8. Get:3 http://raspbian.raspberrypi.org/raspbian stretch InRelease [15.0 kB]
  9. Ign:4 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04 ./ InRelease
  10. Hit:5 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04 Release
  11. Hit:6 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04 ./ Release
  12. Get:7 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages [11.7 MB]
  13. Fetched 11.7 MB in 31s (376 kB/s)
  14. Reading package lists... Done
  15. pi@raspberrypi:~ $ sudo apt-get install lutris
  16. Reading package lists... Done
  17. Building dependency tree
  18. Reading state information... Done
  19. E: Unable to locate package lutris
Advertisement
Add Comment
Please, Sign In to add comment