https://bugs.winehq.org/show_bug.cgi?id=48782
Bug ID: 48782 Summary: Add Repository gets Malformed Entry 55 message Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: DNoyes@Frontier.com Distribution: ---
While trying to add the repository for Ubuntu 18.04 with:
douglas@Kubuntu:~$ wget https://dl.winehq.org/wine-builds/Release.key --2020-03-20 16:21:02-- https://dl.winehq.org/wine-builds/Release.key Resolving dl.winehq.org (dl.winehq.org)... 151.101.186.217 Connecting to dl.winehq.org (dl.winehq.org)|151.101.186.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3122 (3.0K) [application/pgp-keys] Saving to: ‘Release.key.1’
Release.key.1 100%[===========================================================================>] 3.05K --.-KB/s in 0s
2020-03-20 16:21:03 (19.5 MB/s) - ‘Release.key.1’ saved [3122/3122]
douglas@Kubuntu:~$ sudo apt-key add Release.key [sudo] password for douglas: OK douglas@Kubuntu:~$ sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/' E: Malformed entry 55 in list file /etc/apt/sources.list (Component) E: The list of sources could not be read.
I was unable to find any reference for this error. Please let me know what further information is useful to you to resolve this.
https://bugs.winehq.org/show_bug.cgi?id=48782
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Product|Wine |WineHQ.org Component|-unknown |www-unknown
--- Comment #1 from Austin English austinenglish@gmail.com --- Please attach /etc/apt/sources.list
https://bugs.winehq.org/show_bug.cgi?id=48782
--- Comment #2 from Doug DNoyes@Frontier.com --- Created attachment 66688 --> https://bugs.winehq.org/attachment.cgi?id=66688 etc/apt/sources.list
Thank You for your reply. I've never done an attachment in this form, so hopefully this will be what you need...
https://bugs.winehq.org/show_bug.cgi?id=48782
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dimesio@earthlink.net, | |michael@fds-team.de, | |sebastian@fds-team.de Product|WineHQ.org |Packaging Component|www-unknown |wine-packages
https://bugs.winehq.org/show_bug.cgi?id=48782
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Rosanne DiMesio dimesio@earthlink.net --- (In reply to Doug from comment #0)
douglas@Kubuntu:~$ wget https://dl.winehq.org/wine-builds/Release.key
That's wrong; you need to download and add winehq.key
douglas@Kubuntu:~$ sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/'
That's also wrong. Clearly you didn't follow the instructions on https://wiki.winehq.org/Ubuntu.
From your /etc/apt/sources.list: deb https://dl/winehq.org/winehq.org/wine-builds/ubuntu/bionic main
That should be: deb https://dl.winehq.org/winehq.org/wine-builds/ubuntu/bionic main
Note that after you've downloaded the correct key and edited your /etc/apt/sources.list you will also need to install FAudio from the OBS. https://forum.winehq.org/viewtopic.php?f=8&t=32192
If you need further help, ask for it on the forum. Bugzilla is not for user support.
https://bugs.winehq.org/show_bug.cgi?id=48782
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Ken Sharp imwellcushtymelike@gmail.com --- Closing