PixelのLinuxターミナル環境構築
2025-08-03時点で、Debian 12が入る
code:sh
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
code:sh
# 日本ミラーに接続
sudo sed -i 's/ftp.debian.org/ftp.jp.debian.org/' /etc/apt/mirrors/debian.list
sudo apt update
# コマンドが無いときの案内を追加
sudo apt install -y command-not-found
. ~/.bashrc
その他
デフォルトでパスワード無しsudoが使える