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

 

 

 

How does my upcoming Debian bookworm v12's sources.list and plan look from updated bullseye v11.8?

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
ant
Posts: 355
Joined: 2011-11-09 00:15

How does my upcoming Debian bookworm v12's sources.list and plan look from updated bullseye v11.8?

#1 Post by ant »

https://pastebin.com/raw/uYpta9eU for my sources.list comparison. I'll do a backup, use bookworm v12's sources.list, time sudo apt-get clean && time sudo apt-get update && time sudo apt-get dist-upgrade, reboot, etc. Will this be OK? I read https://www.debian.org/releases/bookwor ... ng.en.html too.

http://zimage.com/~ant/antfarm/about/My ... rStuff.txt for my setup (secondary PC is the one with Debian). It's just a simple desktop and server PC. Thank you for reading and hopefully answering soon so I can try it later this week. :)
Last edited by ant on 2023-11-29 16:22, edited 2 times in total.

User avatar
jarlaxl
Posts: 36
Joined: 2010-10-10 19:39
Location: Somewhere else

Re: How does my upcoming Debian bookworm v12's sources.list and plan look from updated bullseye v11?

#2 Post by jarlaxl »

Hello,

Some notes:
a. Please note that non-free is different from non-free-firmware.
If you want non-free-firmware you should add that
b. better use a mirror near your location
c. follow the instructions, specially 4.2 onwards
d. i recommend executing the commends one by one (without &&)
jL Compromises; - one life (?), one moment (?); -one word 10^3 pics -world of words; meanings collapse;
The slave begins by demanding justice and ends by wanting to wear a crown

ant
Posts: 355
Joined: 2011-11-09 00:15

Re: How does my upcoming Debian bookworm v12's sources.list and plan look from updated bullseye v11?

#3 Post by ant »

Like this since this is getting confusing? I will worry about the mirror servers later.

deb http://deb.debian.org/debian/ bookworm main non-free-firmware contrib non-free
deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware contrib non-free
deb http://deb.debian.org/debian/ bookworm-backports main non-free-firmware contrib non-free
deb-src http://deb.debian.org/debian/ bookworm main non-free-firmware non-free contrib

deb http://security.debian.org/debian-security bookworm-security main non-free-firmware contrib non-free
deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware contrib non-free

Fossy
df -h | participant
df -h | participant
Posts: 343
Joined: 2021-08-06 12:45
Has thanked: 34 times
Been thanked: 32 times

Re: How does my upcoming Debian bookworm v12's sources.list and plan look from updated bullseye v11?

#4 Post by Fossy »

ant wrote: 2023-11-29 16:11 Like this since this is getting confusing? I will worry about the mirror servers later.
deb http://deb.debian.org/debian/ bookworm main non-free-firmware contrib non-free
deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware contrib non-free
deb http://deb.debian.org/debian/ bookworm-backports main non-free-firmware contrib non-free
deb-src http://deb.debian.org/debian/ bookworm main non-free-firmware non-free contrib
deb http://security.debian.org/debian-security bookworm-security main non-free-firmware contrib non-free
deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware contrib non-free
Confusing indeed , but with which we make short work of on all our laptops ; these are the settings we have in use ;

phil@phil-gl753vd:~$ inxi -Sr
Kernel: 6.1.0-13-amd64 arch: x86_64 bits: 64
Desktop: Cinnamon v: 5.6.8 Distro: Debian GNU/Linux 12 (bookworm)

Repos:
Active apt repos in: /etc/apt/sources.list
1: deb https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
2: deb https://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
3: deb https://security.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware

Belgian eiD software related :
Active apt repos in: /etc/apt/sources.list.d/eid.list
1: deb https://files.eid.belgium.be/debian bookworm main
phil@phil-gl753vd:~$

Downloaded from the Debian main server , never had any connection problems with it .

Translated with www.DeepL.com/Translator (free version)
ASUS GL753VD / X550LD / K54HR / X751LAB ( x2 )
Bookworm12.5_Cinnamon / Calamares Single Boot installations
Firefox ESR / DuckDuckGo / Thunderbird / LibreOffice / GIMP / eID Software

https://cdimage.debian.org/debian-cd/cu ... so-hybrid/

ant
Posts: 355
Joined: 2011-11-09 00:15

Re: How does my upcoming Debian bookworm v12's sources.list and plan look from updated bullseye v11.8?

#5 Post by ant »

Interesting. No deb-src, eh? I rarely compile from source especially if no binary packages for those programs.

jmgibson1981
Posts: 308
Joined: 2015-06-07 14:38
Has thanked: 11 times
Been thanked: 36 times

Re: How does my upcoming Debian bookworm v12's sources.list and plan look from updated bullseye v11.8?

#6 Post by jmgibson1981 »

Why write a new file to replace? Just make a backup copy and use sed to replace bullseye with bookworm?

Code: Select all

sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list
*EDIT you do need to manually add the non-free-firmware though.

Post Reply