LoginSignup
8
6

More than 5 years have passed since last update.

Ubuntu - apt-getでインストールされるパッケージの確認方法

Posted at

apt-getでインストールされるパッケージの確認方法を調査したのでメモ

確認コマンド

apt-cache policy <パッケージ名>

今度からはパッケージインストール手順はこんな感じにする予定

apt-get update
apt-cache policy <パッケージ名>
apt-get install <パッケージ名>

インストールする前に何をインストールするかを確認するのは大切

※参考

8
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
6