Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Debian 12 "bookworm" full upgrade

68 views
Skip to first unread message

Andrew M.A. Cater

unread,
Jun 28, 2023, 5:40:06 PM6/28/23
to
On Wed, Jun 28, 2023 at 08:16:20PM +0000, Patriot wrote:
> Sirs,
> We are currently running Debian 11 bullseye.
> We want to perform a full upgrade to Debian 12 aka "bookworm." I know a set of "instructions" for the install exists but Not for our needs.
> We cannot locate the EXACT, STRAIGHTFORWARD Instructions on HOW to do the procedure that includes the (now, apparently, separate) non-free software.
> So, Question #1 is: Is there a CD/DVD .iso that still contains all non-free software that was previously included in the download folders?

Hi,

No, there isn't a DVD that includes all of non-free as such. Some of the
packages conflict with one another.

Read the release notes. The sources.list file has changed to take account
of the changes to non-free-firmware repository. The installation .iso files
now include most of hte non-free-firmware which will assist you to install
Debian.(If you installed 12.0 from nothing, the /etc/apt/sources.list would
be be correct from the beginning)

The changes to the sources.list file are outlined in https://wiki.debian.org/SourcesList and in the release notes.

> So, The Last Question Is: How do I perform the Full Upgrade to "bookworm" that INCLUDES the non-free software?
>

Three main steps:
1. Bring bullseye fully up to date. Read the release notes
2. Change the /etc/apt/sources.list file and apt update ; apt upgrade
3. Reboot. apt full-upgrade (or equivalent apt-get commands).

Hope this helps,

Andrew Cater



> Thank you for your time & assistance.
>
> Regards,
> SPiggins
>
> The TRUTH exists, whether you like it, believe it or not.
>
> “You may choose to look the other way but you can never say again that you did not know.”
> [William Wilberforce](https://en.wikiquote.org/wiki/William_Wilberforce) (August 24, 1759 – July 29, 1833)
>
> Sent with [Proton Mail](https://proton.me/) secure email.

Greg Wooledge

unread,
Jun 28, 2023, 6:00:06 PM6/28/23
to
On Wed, Jun 28, 2023 at 09:36:19PM +0000, Andrew M.A. Cater wrote:
> On Wed, Jun 28, 2023 at 08:16:20PM +0000, Patriot wrote:
> > We cannot locate the EXACT, STRAIGHTFORWARD Instructions on HOW to do the procedure that includes the (now, apparently, separate) non-free software.

You're overthinking it. The upgrade steps for bookworm are very similar
to previous upgrades. The main difference is that a *second* change is
needed to sources.list.

> > So, The Last Question Is: How do I perform the Full Upgrade to "bookworm" that INCLUDES the non-free software?
> >
>
> Three main steps:
> 1. Bring bullseye fully up to date. Read the release notes
> 2. Change the /etc/apt/sources.list file and apt update ; apt upgrade
> 3. Reboot. apt full-upgrade (or equivalent apt-get commands).

In step 2, you change "bullseye" to "bookworm", which is the standard
change that you make every time.

In addition, you change "non-free" to "non-free non-free-firmware". This
is the new thing for bookworm.

If the only packages you use from the non-free section are firmware, you
might consider dropping the "non-free" and *only* including the
"non-free-firmware" section. This is a philosophical decision.

Charles Curley

unread,
Jun 28, 2023, 7:20:05 PM6/28/23
to
On Wed, 28 Jun 2023 17:59:20 -0400
Greg Wooledge <gr...@wooledge.org> wrote:

> In addition, you change "non-free" to "non-free non-free-firmware".
> This is the new thing for bookworm.

This should do it (mind the wrapping!):

# If this is bookworm, and it hasn't already been done (e.g. by
# preseeding), add non-free-firmware to apt sources.list.
if lsb_release -a 2>1 | grep -i 'Debian GNU/Linux.*bookworm' >> /dev/null ; then
if ! grep non-free-firmware >> /dev/null /etc/apt/sources.list ; then
sed -i.fw -e's/non-free/non-free non-free-firmware/g' /etc/apt/sources.list
fi
fi


--
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/

b w

unread,
Jun 28, 2023, 11:20:06 PM6/28/23
to
n-reply-to=XiU7aqJHm8EPZSELf5B_eodPqg8yQVS1US81CJSRg_o7YU07_A8R6GHA3ZexhKAuYvB1Yjdu7AzWHUJz5bKAzu6a44i308CGtQ6zDXM_ns8=@protonmail.com

>I know a set of "instructions" for the install exists but Not for our needs.

That is a ridiculous statement.

bw

unread,
Jun 28, 2023, 11:30:06 PM6/28/23
to
Dear Sir or madam,

So, We see you write like a bot.
So, We think #1 is YES
So, We say the last question is FOLLOW the release notes on upgrading.
We thank you for the Turing test

>Sirs,
>We are currently running Debian 11 bullseye.
>We want to perform a full upgrade to Debian 12 aka "bookworm." I know a set of "instructions" for the install exists but Not for our needs.
>We cannot locate the EXACT, STRAIGHTFORWARD Instructions on HOW to do the procedure that includes the (now, apparently, separate)
>non-free software.
>So, Question #1 is: Is there a CD/DVD .iso that still contains all non-free software that was previously included in the download folders?
>So, The Last Question Is: How do I perform the Full Upgrade to "bookworm" that INCLUDES the non-free software?

Timothy M Butterworth

unread,
Jun 29, 2023, 5:50:06 AM6/29/23
to
1. Run apt update and apt full-upgrade

2. Edit your /etc/apt/sources.list

# Bookworm Main Repo
deb http://deb.debian.org/debian/ bookworm main non-free contrib non-free-firmware
# Bookworm security updates
deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware

3. Run apt update and apt full-upgrade

4. reboot

--
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄⠀⠀
0 new messages