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

 

 

 

update

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
fwm
Posts: 8
Joined: 2024-03-16 20:06

update

#1 Post by fwm »

How to update from bullseye 11.6 to bullseye 11.9.

The installation I currently have is
cdrom://[Debian GNU/Linux 11.6.0 _Bullseye_ - Official i386 DVD Binary-1 20221217-10:40] bullseye Release
Thanks in advance.

User avatar
sunrat
Administrator
Administrator
Posts: 6511
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 119 times
Been thanked: 489 times

Re: update

#2 Post by sunrat »

Is that all you have in your sources?
Post here in code tags:

Code: Select all

cat /etc/apt/sources.list
More about sources - https://wiki.debian.org/SourcesList
If you have the correct sources and are connected to the internet, you can simply do

Code: Select all

apt update && apt full-upgrade
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

fwm
Posts: 8
Joined: 2024-03-16 20:06

Re: update

#3 Post by fwm »

These are my sources

Code: Select all

root@debian:~# cat /etc/apt/sources.list 
deb cdrom:[Debian GNU/Linux 11.6.0 _Bullseye_ - Official i386 DVD Binary-1 20221217-10:40]/ bullseye main contrib  

deb cdrom:[Debian GNU/Linux 11.6.0 _Bullseye_ - Official i386 DVD Binary-1 20221217-10:40]/ bullseye contrib main 

deb http://deb.debian.org/debian/ bullseye main 
deb-src http://deb.debian.org/debian/ bullseye main 

deb http://security.debian.org/debian-security/ bullseye-security main contrib 
deb-src http://security.debian.org/debian-security/ bullseye-security main contrib 

# bullseye-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://deb.debian.org/debian/ bullseye-updates main contrib 
deb-src http://deb.debian.org/debian/ bullseye-updates main contrib

User avatar
sunrat
Administrator
Administrator
Posts: 6511
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 119 times
Been thanked: 489 times

Re: update

#4 Post by sunrat »

Please use code tags for text output like that. I edited it for you this time. And you don't need to be root to view that file, only to edit it.

To do the upgrade as I posted above, you first need to comment out the "deb cdrom" lines by placing a hash mark at their start (#) and save the file.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

fwm
Posts: 8
Joined: 2024-03-16 20:06

Re: update

#5 Post by fwm »

That worked
Thank you very much.

Post Reply