LoginSignup
2

More than 5 years have passed since last update.

posted at

updated at

rpm手動インストール時の依存性の欠如パッケージ一覧を簡易表示する君作った

rpmの依存問題はうんざりしていたのですが、yum whatprovidesという素晴らしいコマンドがあることを知り、
結果を整形するものを作った。

使い方

$ sudo ./yum_whatprovides_listup rpm -ivh /vagrant/*.rpm
glibc glib2 libsoup mysql sqlite coreutils glibc

あとはyumで入れるだけ。

$ sudo yum install glibc glib2 libsoup mysql sqlite coreutils glibc

download

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
What you can do with signing up
2