Answers for "install lutris ubuntu"

1

install lutris kali linux

# For Debian
echo "deb http://download.opensuse.org/repositories/home:/strycore/Debian_10/ ./" | sudo tee /etc/apt/sources.list.d/lutris.list
wget -q https://download.opensuse.org/repositories/home:/strycore/Debian_10/Release.key -O- | sudo apt-key add -

# For Ubuntu, Elementary & POP_OS
sudo add-apt-repository ppa:lutris-team/lutris

sudo apt-get update
sudo apt-get install lutris
Posted by: Guest on May-28-2020
0

install lutris ubuntu 20.04

$ wget -nc https://dl.winehq.org/wine-builds/winehq.key
Posted by: Guest on May-27-2020
-1

install lutris ubuntu

$ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
Posted by: Guest on August-21-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language