Newbie here...any help appreciated. Looking to use Zwift (indoor cycling "game") on Linux (Mint 19.3 Cinnamon). From an online search, I see Lutris (with Wine) is the way to go. However when using command to get Lutris, I receive this error message:
Type 'wget' is not known on line 1 in source list /etc/apt/sources.list.d/lutris.list
brian@brian-HP-EliteBook-850-G3:~$ sudo /etc/apt/sources.list.d/lutris.list
[sudo] password for brian:
sudo: /etc/apt/sources.list.d/lutris.list: command not found
brian@brian-HP-EliteBook-850-G3:~$ sudo apt update
E: Type 'wget' is not known on line 1 in source list /etc/apt/sources.list.d/lutris.list
E: The list of sources could not be read.
brian@brian-HP-EliteBook-850-G3:~$ sudo apt install lutris
E: Type 'wget' is not known on line 1 in source list /etc/apt/sources.list.d/lutris.list
E: The list of sources could not be read.
What did you do before that? Because it seems more like you pasted that into the lutris source file? You are running Mint 19.3 right? If you followed the instructions by adding the ppa that file should have the following content.
Code:
deb http://ppa.launchpad.net/lutris-team/lutris/ubuntu bionic main
# deb-src http://ppa.launchpad.net/lutris-team/lutris/ubuntu bionic main
If you are running MInt 19.3 replace the content of /etc/apt/sources.list.d/lutris.list with what I have in code tags and then do: 1. sudo apt update 2. sudo apt install lutris
User error I'm sure but:
brian@brian-HP-EliteBook-850-G3:~$ # deb-src http://ppa.launchpad.net/lutris-team/lutris/ubuntu bionic main
brian@brian-HP-EliteBook-850-G3:~$ sudo apt update
[sudo] password for brian:
E: Type 'wget' is not known on line 1 in source list /etc/apt/sources.list.d/lutris.list
E: The list of sources could not be read.
brian@brian-HP-EliteBook-850-G3:~$ sudo apt install lutris
E: Type 'wget' is not known on line 1 in source list /etc/apt/sources.list.d/lutris.list
E: The list of sources could not be read.
E: Type 'wget' is not known on line 1 in source list /etc/apt/sources.list.d/lutris.list
E: The list of sources could not be read.
brian@brian-HP-EliteBook-850-G3:~$
I don't know how to "paste into this file(/etc/apt/sources.list.d/lutris.list) replacing it's current content." When I enter the phrase from /etc...list), I get "Permission denied".