カテゴリー
個人的Debian11(Bullseye)から12(Bookworm)へのお引越しメモ
※ 当ページには【広告/PR】を含む場合があります。
2024/12/14
「libwebkit2gtk-4.1-dev」
Debianのアップグレード実作業
apt
OSのバージョン確認
$ cat /etc/debian_version
11.11
パッケージの更新
$ sudo apt update
$ sudo apt upgrade -y
$ sudo apt dist-upgrade -y
$ sudo apt autoremove -y
ソースリストの更新
/etc/apt/sources.list
deb http://ftp.riken.jp/Linux/debian/debian/ bookworm main non-free non-free-firmware
deb-src http://ftp.riken.jp/Linux/debian/debian/ bookworm main non-free non-free-firmware
deb http://security.debian.org/debian-security bookworm-security main non-free non-free-firmware
deb-src http://security.debian.org/debian-security bookworm-security main non-free non-free-firmware
deb http://ftp.riken.jp/Linux/debian/debian/ bookworm-updates main non-free non-free-firmware
deb-src http://ftp.riken.jp/Linux/debian/debian/ bookworm-updates main non-free non-free-firmware
$ sudo apt update
$ sudo apt upgrade --without-new-pkgs -y
$ sudo apt full-upgrade -y
$ sudo systemctl reboot
クリーンアップ
$ sudo apt autoremove
$ sudo apt autoclean
作業の完了を確認
$ cat /etc/debian_version
12.8
まとめ
参考サイト
記事を書いた人
ナンデモ系エンジニア
主にAngularでフロントエンド開発することが多いです。 開発環境はLinuxメインで進めているので、シェルコマンドも多用しております。 コツコツとプログラミングするのが好きな人間です。
カテゴリー