Error installing Wine on Ubuntu

Questions about Wine on Linux
Locked
bolobita
Newbie
Newbie
Posts: 1
Joined: Wed May 06, 2020 4:44 am

Error installing Wine on Ubuntu

Post by bolobita »

Hello,
I encountered the following error after this command
- sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'

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

Please advice what to do.
Thanks!
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: Error installing Wine on Ubuntu

Post by spoon0042 »

If you copied and pasted accurately that looks right and shouldn't be a problem. You'll have to edit /etc/apt/sources.list and see what's wrong on line 58.
spider
Newbie
Newbie
Posts: 2
Joined: Thu May 07, 2020 12:15 pm

Re: Error installing Wine on Ubuntu

Post by spider »

I have the same problem.
after: deb https://dl.winehq.org/wine-builds/ubuntu/focal main
Malformed entry 58 in list file /etc/apt/sources.list
line 58: deb https://dl.winehq.org/wine-builds/ubuntu/focal main
spider
Newbie
Newbie
Posts: 2
Joined: Thu May 07, 2020 12:15 pm

Re: Error installing Wine on Ubuntu

Post by spider »

Found a problem. lacking a space before focal main
Locked