Raspberry Pi について NOOBS を OS に選択した場合は apt-cache
と apt-get
コマンドを使用します。
管理情報を更新 (パッケージ自体の更新はされない)
sudo apt-get update
検索および詳細情報の表示
apt-cache search 検索文字列
apt-cache search --names-only 検索文字列 ← パッケージ名のみを検索対象とする
apt-cache search --names-only ^検索文字列 ← 正規表現を併用
apt-cache show パッケージ名
インストールおよびアンインストール
sudo apt-get install パッケージ名
sudo apt-get remove パッケージ名