ローリングシステムの更新により、一部のバージョンのソフトウェアパッケージが他の配布システムの公式リポジトリから欠落していました。

ローリングシステムの更新により、一部のバージョンのソフトウェアパッケージが他の配布システムの公式リポジトリから欠落していました。

問題の説明:

yum info rh-ruby22-ruby依存関係としてrh-ruby22-rubyを必要とするforeman = 1.14.3をインストールする予定ですが、centos-sclo-rhリポジトリにrh-ruby22-rubyが見つかりませんでした。ショーストーリーの下に表示されます

[root@rnoaz02ppm01 /]# yum info rh-ruby22-ruby
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Installed Packages
Name        : rh-ruby22-ruby
Arch        : x86_64
Version     : 2.2.2
Release     : 16.el7
Size        : 69 k
Repo        : installed
From repo   : centos-sclo-rh
Summary     : An interpreter of object-oriented scripting language
URL         : http://ruby-lang.org/
License     : (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
Description : Ruby is the interpreted scripting language for quick and easy
            : object-oriented programming.  It has many features to process text
            : files and to do system management tasks (as in Perl).  It is simple,
            : straight-forward, and extensible.

私もGoogleで検索してみましたが、幸いです。https://cbs.centos.org/koji/buildinfo?buildID=13739rpmパッケージはどこにありますが、パッケージにはまだ次の依存関係が必要です。

[root@slc07ppm02 yum.repos.d]# rpm -i https://cbs.centos.org/kojifiles/packages/rh-ruby22-ruby/2.2.2/15.el7/x86_64/rh-ruby22-ruby-2.2.2-15.el7.x86_64.rpm
error: Failed dependencies:
    libruby.so.2.2()(64bit) is needed by rh-ruby22-ruby-2.2.2-15.el7.x86_64
    rh-ruby22-ruby(rubygems) >= 2.4.5 is needed by rh-ruby22-ruby-2.2.2-15.el7.x86_64
    rh-ruby22-ruby-libs(x86-64) = 2.2.2-15.el7 is needed by rh-ruby22-ruby-2.2.2-15.el7.x86_64
    rh-ruby22-rubygem(bigdecimal) >= 1.2.6 is needed by rh-ruby22-ruby-2.2.2-15.el7.x86_64
    rh-ruby22-runtime is needed by rh-ruby22-ruby-2.2.2-15.el7.x86_64

質問:

  1. 私は間違った労働者を試しているのでしょうかrpm -i https://cbs.centos.org/kojifiles/packages/rh-ruby22-ruby/2.2.2/15.el7/x86_64/rh-ruby22-ruby-2.2.2-15.el7.x86_64.rpm?ページで他のワーカーを試してみることもできます。
  2. 完全な依存関係を持つrpmパッケージをどこからダウンロードできますか?
  3. rmp パッケージが本当に必要な場合はどうすればよいですか?

よろしくお願いします! ! !

ベストアンサー1

おすすめ記事