You are not logged in.
Hi all! I did a fresh install this morning but because my ethernet port is shoddy it couldn't connect to the internet to update repositories while installing. Then when I logged in, I'm missing a huge number of contrib and non-free repos and I need Nvidia drivers for my work. Unfortunately, I appear to be missing a lot of default repositories, and I don't think my attempting to add them back worked fully.
When I run "cat /etc/apt/sources.list" here's the output.
"# deb cdrom:[Debian GNU/Linux 10 _Lithium_ - Snapshot amd64 LIVE/INSTALL Binary 20210130-13:51]/ buster contrib main non-free
# deb cdrom:[Debian GNU/Linux 10 _Lithium_ - Snapshot amd64 LIVE/INSTALL Binary 20210130-13:51]/ buster contrib main non-free
## Debian security updates
# Line commented out by installer because it failed to verify:
deb https://deb.debian.org/debian-security/ buster/updates main contrib non-free
# buster-updates, previously known as 'volatile'
# Line commented out by installer because it failed to verify:
deb https://deb.debian.org/debian/ buster-updates main contrib non-free
# deb-src https://deb.debian.org/debian/ buster-updates main contrib non-free
# 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,
# see the sources.list(5) manual.
deb http://pkg.bunsenlabs.org/debian/ buster-backports main contrib non-free "
Attempting to install something like nvidia-detect fails to locate package, and doing an apt update throws up the following as well.
"Reading state information... Done
All packages are up to date.
W: Skipping acquire of configured file 'contrib/binary-amd64/Packages' as repository 'http://pkg.bunsenlabs.org/debian buster-backports InRelease' doesn't have the component 'contrib' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'contrib/i18n/Translation-en' as repository 'http://pkg.bunsenlabs.org/debian buster-backports InRelease' doesn't have the component 'contrib' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'contrib/i18n/Translation-en_US' as repository 'http://pkg.bunsenlabs.org/debian buster-backports InRelease' doesn't have the component 'contrib' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'non-free/binary-amd64/Packages' as repository 'http://pkg.bunsenlabs.org/debian buster-backports InRelease' doesn't have the component 'non-free' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'non-free/i18n/Translation-en_US' as repository 'http://pkg.bunsenlabs.org/debian buster-backports InRelease' doesn't have the component 'non-free' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'non-free/i18n/Translation-en' as repository 'http://pkg.bunsenlabs.org/debian buster-backports InRelease' doesn't have the component 'non-free' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'contrib/binary-amd64/Packages' as repository 'http://pkg.bunsenlabs.org/debian lithium InRelease' doesn't have the component 'contrib' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'contrib/i18n/Translation-en_US' as repository 'http://pkg.bunsenlabs.org/debian lithium InRelease' doesn't have the component 'contrib' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'contrib/i18n/Translation-en' as repository 'http://pkg.bunsenlabs.org/debian lithium InRelease' doesn't have the component 'contrib' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'non-free/binary-amd64/Packages' as repository 'http://pkg.bunsenlabs.org/debian lithium InRelease' doesn't have the component 'non-free' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'non-free/i18n/Translation-en_US' as repository 'http://pkg.bunsenlabs.org/debian lithium InRelease' doesn't have the component 'non-free' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'non-free/i18n/Translation-en' as repository 'http://pkg.bunsenlabs.org/debian lithium InRelease' doesn't have the component 'non-free' (component misspelt in sources.list?)
"
How do I go about fixing this?
Last edited by Gnollhide (2021-08-29 23:46:25)
Offline
On https://www.bunsenlabs.org/repositories.html, is recent and previous BunsenLabs repos listed. As you can see, buster-backports only carry component main.
In the post, Sources - Lithium sources.list and backports details, is repos for BL release Lithium listed, both BL and Debian repos.
// Regards rbh
Please read before requesting help: "Guide to getting help", "Introduction to the Bunsenlabs Lithium Desktop" and other help topics under "Help & Resources" on the BunsenLabs menu
Offline
I did find that link to the bunsenlabs repos while searching and I added it, which fixed a few problems, but after looking carefully I think I was missing the default debian repos which Bunsen needed to build on. Currently got that updating to see if it helps.
Offline
Can you edit the subjectline in the firts post and prepend [Solved]?
// Regards rbh
Please read before requesting help: "Guide to getting help", "Introduction to the Bunsenlabs Lithium Desktop" and other help topics under "Help & Resources" on the BunsenLabs menu
Offline
Oh, sorry I forgot to do exactly that!
Offline
So it's all good now?
Real Men Use Linux
Offline
Yep, it's fixed! I feel so silly, I was missing the base
"deb https://deb.debian.org/debian buster main contrib non-free"
so nothing would resolve when I tried to download most stuff.
Offline