LoginSignup
2
2

More than 5 years have passed since last update.

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

Last updated at Posted at 2013-08-02

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

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