Ubuntu 20.04 server は GUI が無いので,デスクトップの Preferences を使うという手はない。
コンフィギュレーションは,コマンドラインで,コマンド dpkg-reconfigure を用いるという方法になる。
dpkg-reconfigure は,「インストール済みパッケージを再設定」のコマンド。
構文
$ sudo dpkg-reconfigure [オプション] [パッケージ]
$ dpkg-reconfigure -h
Usage: dpkg-reconfigure [options] packages
-u, --unseen-only Show only not yet seen questions.
--default-priority Use default priority instead of low.
--force Force reconfiguration of broken packages.
--no-reload Do not reload templates. (Use with caution.)
-f, --frontend Specify debconf frontend to use.
-p, --priority Specify minimum priority question to show.
--terse Enable terse mode.
|