Error message installing Wine

Questions about Wine on Linux
Locked
Boomer202
Newbie
Newbie
Posts: 1
Joined: Tue Jul 14, 2020 2:52 pm

Error message installing Wine

Post by Boomer202 »

Greetings,
New user here.

Trying to install Wine on Ubuntu 20.04 and get the following message:

Malformed entry 54 in list file /etc/apt/sources.list (Component)
E: The list of sources could not be read.

I'm getting this when I enter the command:
add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'

Any help is greatly appreciated.

Thanks
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Error message installing Wine

Post by jkfloris »

Can you post the output of:

Code: Select all

grep -r ^deb /etc/apt/sources.list*
(Use the forum code tags)
Locked