Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Scribus won't install (Resolved)

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
Gnigma
Posts: 15
Joined: 2020-02-05 14:02

Scribus won't install (Resolved)

#1 Post by Gnigma »

I tried to install Scribus, but the install fails with "E: Malformed entry 26 in list file /etc/apt/sources.list (Component)
E: The list of sources could not be read." How do I fix it? (Debian 10)
Last edited by Gnigma on 2020-08-30 21:25, edited 1 time in total.

kedaha
Posts: 3521
Joined: 2008-05-24 12:26
Has thanked: 33 times
Been thanked: 77 times

Re: Scribus won't install

#2 Post by kedaha »

Hi,
Please post the sources here:

Code: Select all

$ cat /etc/apt/sources.list
To see what the problem is.
DebianStable

Code: Select all

$ vrms

No non-free or contrib packages installed on debian!  rms would be proud.

Gnigma
Posts: 15
Joined: 2020-02-05 14:02

Re: Scribus won't install

#3 Post by Gnigma »

# deb cdrom:[Debian GNU/Linux 10.2.0 _Buster_ - Official amd64 NETINST 20191116-09:56]/ buster main

# deb cdrom:[Debian GNU/Linux 10.2.0 _Buster_ - Official amd64 NETINST 20191116-09:56]/ buster main

deb http://ftp.us.debian.org/debian/ buster main contrib
deb-src http://ftp.us.debian.org/debian/ buster main contrib

deb http://ftp.us.debian.org/debian/ buster/updates main contrib
deb-src http://ftp.us.debian.org/debian/ buster/updates main contrib

# buster-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ buster-updates main contrib
deb-src http://ftp.us.debian.org/debian/ buster-updates main contrib

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
deb https://dl.winehq.org/wine-builds/ubuntu buster main
# deb-src https://dl.winehq.org/wine-builds/ubuntu buster main
deb https://dl.winehq.org/wine-builds/debian/ buster main
# deb-src https://dl.winehq.org/wine-builds/debian/ buster main
# see the sources.list(5) manual.
deb https://dl.winehq.org/wine-builds/eoan main
# deb-src https://dl.winehq.org/wine-builds/eoan main
# deb-src https://dl.winehq.org/wine-builds/eoan main
deb https://dl.winehq.org/wine-builds/debian/buster main
# deb-src https://dl.winehq.org/wine-builds/debian/buster main

User avatar
Bloom
df -h | grep > 90TiB
df -h | grep > 90TiB
Posts: 505
Joined: 2017-11-11 12:23
Been thanked: 26 times

Re: Scribus won't install

#4 Post by Bloom »

This:

Code: Select all

deb https://dl.winehq.org/wine-builds/debian/buster main
should be this:

Code: Select all

deb https://dl.winehq.org/wine-builds/debian buster main
So the slash between debian and buster needs to be a space.
But perhaps it is best to comment it out, since higher this line is already present.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Scribus won't install

#5 Post by Head_on_a_Stick »

deadbang

Gnigma
Posts: 15
Joined: 2020-02-05 14:02

Re: Scribus won't install

#6 Post by Gnigma »

Well, I cleaned up the Sources list. I finally got it to install and it seems to run. Thanks for the help!

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Scribus won't install (Resolved)

#7 Post by stevepusser »

I'm surprised nobody mentioned all the Ubuntu wine repos, (or attempts at them), in that list!
MX Linux packager and developer

User avatar
Bloom
df -h | grep > 90TiB
df -h | grep > 90TiB
Posts: 505
Joined: 2017-11-11 12:23
Been thanked: 26 times

Re: Scribus won't install (Resolved)

#8 Post by Bloom »

They should indeed be commented out or removed, as they won't work formulated like this.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Scribus won't install (Resolved)

#9 Post by Head_on_a_Stick »

stevepusser wrote:I'm surprised nobody mentioned all the Ubuntu wine repos, (or attempts at them), in that list!
The "eoan" line is one of the bad lines referred to in the error message so that source hasn't actually been included in APT's database.
deadbang

Post Reply