Debian系ディストリビューションで使われるパッケージ管理システムです。 Ubuntuのバージョンが16.04か、それ以降で対話モードを使う場合
apt-get
の代わりとして使用します。 詳しくはこちら: https://manned.org/apt.8
apt
コマンドの前での実行を推奨):sudo apt update
apt search {{パッケージ}}
apt show {{パッケージ}}
sudo apt install {{パッケージ}}
sudo apt remove --purge
の場合設定ファイルも削除):sudo apt remove {{パッケージ}}
sudo apt upgrade
apt list
apt list --installed