Debian 11にアップグレード (bullseye用の/etc/apt/sources.list)
Debian 11が先日リリースされたと知ったので、我が家のDebianもアップグレードすることにしました。
/etc/apt/sources.listの設定
/etc/apt/sources.listをDebian 11(bullseye)用に書き換えました。
# Security updates deb http://security.debian.org/debian-security bullseye-security main contrib non-free deb-src http://security.debian.org/debian-security bullseye-security main contrib non-free # Base repository deb http://ftp.riken.jp/Linux/debian/debian bullseye main contrib non-free deb-src http://ftp.riken.jp/Linux/debian/debian bullseye main contrib non-free # Stable updates deb http://ftp.riken.jp/Linux/debian/debian bullseye-updates main contrib non-free deb-src http://ftp.riken.jp/Linux/debian/debian bullseye-updates main contrib non-free # Stable backports deb http://ftp.riken.jp/Linux/debian/debian bullseye-backports main contrib non-free deb-src http://ftp.riken.jp/Linux/debian/debian bullseye-backports main contrib non-free
aptコマンドを実行
あとは管理者権限でaptコマンドを実行するだけです。
apt update apt full-upgrade
こういう雑なアップグレードではなく、真面目に(?)アップグレードする場合は、以下の文書を必ずお読みください。
https://www.debian.org/releases/bullseye/amd64/release-notes/ch-upgrading.ja.html
ランチャーのサイズ調整
デスクトップの下部にランチャーがあるのですが、そのサイズ(高さ)がおかしかったので調整することにしました。
しかし、設定画面を開いてもそれらしきものが見当たりません。
しばらくいじった結果、以下の場所で調整できると分かりました。
デスクトップ下部のランチャーを右クリック → 「パネル」 → 「パネルの設定」