#author("2020-09-21T09:53:32+09:00","default:ryuichi","ryuichi")
#author("2020-09-21T09:53:59+09:00","default:ryuichi","ryuichi")
* apt - パッケージインストール [#v94e6763]
** パッケージのインストール(更新) [#lf2084d4]
** パッケージのインストール [#lf2084d4]
apt-get install vim
** パッケージリストの更新 (パッケージの更新はしない) [#p5284591]
apt-get update
** インストール済みのパッケージの更新 [#t538fec9]
apt-get upgrade
** 更新可能なパッケージを表示 [#q2c9deb9]
apt-get --no-act upgrade
** インストール済みのパッケージ一覧を表示 [#u8a6b737]
apt list --installed
(もしくは)
dpkg --get-selections | grep -v deinstall