0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【メモ】rpmとyumで依存パッケージ確認

0
Last updated at Posted at 2016-04-06

自分ですぐ忘れてmanを見返す羽目になるのでメモ。

rpmで該当のパッケージがどのパッケージに必要?→
$ rpm -q --whatrequires パッケージ名

例) rpm -q --what requires glibc

このファイルってどのパッケージ削除すると消えてしまうんだっけ?→
$ yum provides 該当ファイル名

例) yum provides /etc/mime.types

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?