[Ubuntu] Malformed entry 60 in list file /etc/apt/sources.list

Questions about Wine on Linux
Locked
jrd10
Newbie
Newbie
Posts: 4
Joined: Fri Jan 15, 2021 9:57 am

[Ubuntu] Malformed entry 60 in list file /etc/apt/sources.list

Post by jrd10 »

Hi,
Thank you for Wine.
I am on Ubuntu 20.04 and it is the first time I use Wine.

I downloaded Wine according to the "Ubuntu" procedure : https://wiki.winehq.org/Ubuntu

I have got the `Malformed entry 60 in list file /etc/apt/sources.list` error.

In this file, I have found at the end:

Code: Select all

...
deb https://dl.winehq.org/wine-builds/ubuntu/focal main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/focal main

(#) deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main

(#)deb https://dl.winehq.org/wine-builds/ubuntu/ Focal Main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ Focal Main
1. In the first line, a space is missing before `focal`. Corrected and then ...
2. Some warnings about 'copied lines'! I comment the third and fiftieth lines :).

Everything seems ok now.

Code: Select all

...
0046:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
wine: configuration in L"/home/jre/.wine" has been updated.
- I run and opened wine notepad...

Code: Select all

jre@jre:~$ wine notepad
wine: created the configuration directory '/home/jre/.wine'
Please, confirm I can delete the four last line (code above)

Now I have to see how to use Wine :)
In fact, I am a FLOSS advocate and user. But my bank has an e-credit card application which run only under Windows and Mac!

Note 1:This has been already discussed here:
- https://ubuntu-mate.community/t/how-do- ... list/21900
- https://askubuntu.com/questions/1116128 ... -component

Note: 2: About the release. In use the "Stable branch". The newly installed version is:

Code: Select all

wine-5.0.3jre@jre:~$ wine --version
wine-5.0.3[
/code]
Not "Wine 5.22 Released" of November 2020 ???


Thank you again for Wine and for your time. Best 2021 year, jrd10 from France.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: [Ubuntu] Malformed entry 60 in list file /etc/apt/sources.list

Post by dimesio »

jrd10 wrote: Fri Jan 15, 2021 10:54 am
Note: 2: About the release. In use the "Stable branch". The newly installed version is:

Code: Select all

wine-5.0.3jre@jre:~$ wine --version
wine-5.0.3[
Not "Wine 5.22 Released" of November 2020 ???
5.22 is a development release, you won't find it in stable. However, Wine 6.0.0 just came out and stable packages are available, so you should upgrade.
jrd10
Newbie
Newbie
Posts: 4
Joined: Fri Jan 15, 2021 9:57 am

Re: [Ubuntu] Malformed entry 60 in list file /etc/apt/sources.list

Post by jrd10 »

Hi @dimesio

Thank you for this quick reply. It's OK about the version :).

Code: Select all

jre@jre:~$ wine --version
wine-6.0

Locked