Upgrade Debian 11 ke Debian 12

Debian 12 “bookworm” sudah dirilis bukan juni 2023.
Pada versi 12 ini banyak upgradean versi applikasi yang disupport selama 5 tahun.

Berikut List updatean yang ada di Debian 12

  • Apache 2.4.57
  • BIND DNS Server 9.18
  • Cryptsetup 2.6
  • Dovecot MTA 2.3.19
  • Emacs 28.2
  • Exim (default email server) 4.96
  • GIMP 2.10.34
  • GNU Compiler Collection 12.2
  • GnuPG 2.2.40
  • Inkscape 1.2.2
  • The GNU C Library 2.36
  • lighthttpd 1.4.69
  • LibreOffice 7.4
  • Linux kernel 6.1 series
  • LLVM/Clang toolchain 13.0.1, 14.0 (default), and 15.0.6
  • MariaDB 10.11
  • Nginx 1.22
  • OpenJDK 17
  • OpenLDAP 2.5.13
  • OpenSSH 9.2p1
  • Perl 5.36
  • PHP 8.2
  • Postfix MTA 3.7
  • PostgreSQL 15
  • Python 3, 3.11.2
  • Rustc 1.63
  • Samba 4.17
  • systemd 252
  • Vim 9.0

Kali ini kita akan mengupgrade Debian 11 (bullseye) ke Debian 12 (bookworm).
Secara cepat command yang akan dilakukan adalah sebagai berikut.

pertama, upgrade debian 11 kalian.

root# apt update && upgrade -y

kedua, setelah memastikan semua package sudah terupdate, edit sources.list
edit bullseye menjadi bookworm

root# sed -i -e "s/bullseye/bookworm/g" /etc/apt/sources.list

setelah itu update kembali

root# apt update

kemudian upgrade

root# apt upgrade

atau bisa juga dengan full-upgrade

root# apt full-upgrade

kalian bisa check sudah terupgrade atau belum dengan perintah
cat /etc/issue atau lsb_release -a

 

You may also read!

Installing Composer on Debian 11

Komposer adalah alat manajemen ketergantungan yang populer untuk PHP, dibuat terutama untuk memfasilitasi instalasi dan pembaruan untuk ketergantungan proyek.

Read More...

How to Fix Error: Failed to Download Metadata for Repo ‘AppStream’ Centos 8

What is the Cause of This Error? You may well be aware that CentOS Linux 8 died a premature death,

Read More...

Install Deluge WebUI di Debian 11

What is Deluge? Deluge is a lightweight, Free Software, cross-platform BitTorrent client. How to install? bash# apt update && apt upgrade -y bash#

Read More...

Leave a reply:

Your email address will not be published.

Mobile Sliding Menu