Comments on How to Upgrade from Debian 10 to Debian 11

Debian 11, codename "Bullseye" has been released on 14th August 2021. It is a stable release and is supported for the next 5 years. In this article, I will show you how to upgrade from Debian 10 to the new Debian 11 in a few easy steps.

4 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Chandler

So freaking easy.  Why does Red Hat make it impossible? :P

By: patopattone

I have a doubt here... Why in most commands are you using apt-get and in one of them only apt?? (apt upgrade --without-new-pkgs -y)

Thanks in advance

 

By: till

apt is an alias for apt-get in current Debian versions, so it does not matter if you use apt or apt-get. The best way is to directly copy/paste commands to ensure that you do not make any typos.

By: patopattone

Thanks @till