日本語のみで絞り込む

RPM ensures dependencies are satisfied whenever packages are installed, erased, or upgraded. To require the packages python and perl, use: Requires: python perl.

Retrieves the dependencies that are required by the package. Example. You want to retrieve dependency information on CA ControlMinder 12.8 SP0. root> ...

2016/11/10 -A possible alternative is to check for existence of the file in the %pre section and exit with non-zero status if it is not present.

A comma- or whitespace-separated list of packages required by the software to run once installed. There can be multiple entries of Requires , each on its own ...

2012/7/26 -Yes, very easy to do so. Just write: Requires: somepackage >= 0.5.0, somepackage < 0.6.0. into your .spec file. Adding Version Requirements.

2023/6/27 -To find the dependencies of an RPM file without installing it, you can use the rpm command with the --requires or -R option. Here's how you ...

This Guideline describes how to filter provides and requires on Fedora. MUST: Packages must not provide RPM dependency information when that information is not ...


Dependencies - rpm.org

  1. https://rpm-software-management.github.io
  2. dependencies
  1. https://rpm-software-management.github.io
  2. dependencies

Dependencies provide a way for a package builder to require other packages or capabilities to be installed before or simultaneously with one another. For ...

2019/4/17 -Hello, I am working on building an RPM from scratch and have a few requirements to meet for the complete functionality of the software suite.

Remember that RPM's dependency processing is based on knowing what capabilities are provided by a package and what capabilities a package requires. We've seen ...

A.libgmp10 = 5.0.2-1,rpm-helperが必要って言われてるじゃないですかー。 あと、特別な事情がないならyum使ってインストールしたほうが良いですよ。 依存関係の解決やアップ...

解決済み-回答:1件-2012/1/24

A.読んでいて少し気になったのが、 「BuildRequires: mysql-devel」 のような表記の行をコメントアウト していたりしませんか? 必要な原材料を機械に入れていないのに、完成品に

解決済み-回答:2件-2013/11/20

A.インストールされている openssl の本体のバージョンと CentOS のサーバーから持ってこようとする openssl-devel のバージョンが合っていないのですね。 yum でなくて、...

解決済み-回答:1件-2014/3/4