Linuxにインストール済みパッケージを再設定する方法

2021年4月4日

再設定方法
# dpkg-reconfigure
# dpkg-reconfigure –help
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.
使用例
# dpkg-reconfigure パッケージ名
# dpkg-reconfigure -plow パッケージ名

Linux

Posted by arkgame