Problem while installing Wine package (Ubuntu 19.10)

Questions about Wine on Linux
Locked
Willylikestrains
Newbie
Newbie
Posts: 1
Joined: Sun Mar 15, 2020 7:00 pm

Problem while installing Wine package (Ubuntu 19.10)

Post by Willylikestrains »

So, I was trying to install the packages for Wine in Ubuntu 19.10, but when I ran the command:

Code: Select all

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main'
The following error appeared:

Code: Select all

E: Malformed entry 60 in list file /etc/apt/sources.list (Component)
E: The list of sources could not be read.
So I checked the sources.list file but didn't know what is the correct form for entry 60 in the file, here is the entry:

Code: Select all

deb https://dl.winehq.org/wine-builds/ubuntu/ clear
Thanks in advance, :)
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem while installing Wine package (Ubuntu 19.10)

Post by dimesio »

The entry for the WineHQ repository should say exactly what you added:

Code: Select all

deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main
Locked