yum deplist
RPM 패키지의 종속성을 확인할 수 있습니다 . 종속성 목록에 대한 정보가 어디에 저장되어 있는지 알고 싶습니다. rpm 패키지를 다운로드하고 으로 내용을 확인했지만 rpm -qiap pkgname.rpm
종속성이 없습니다. 예를 들어:
$ yum deplist nodejs010-2.1-5.sc1.el6.x86_64
Loaded plugins: fastestmirror, security
Finding dependencies:
Loading mirror speeds from cached hostfile
package: nodejs010.x86_64 2.1-5.sc1.el6
dependency: nodejs010-npm
provider: nodejs010-npm.noarch 1.4.28-5.sc1.el6
provider: nodejs010-npm.noarch 2.14.13-7.el6
dependency: nodejs010-nodejs
provider: nodejs010-nodejs.x86_64 0.10.40-1.el6
dependency: nodejs010-runtime
provider: nodejs010-runtime.x86_64 2.1-5.sc1.el6
provider: nodejs010-runtime.x86_64 2.1-3.sc1.el6
$ rpm -qilp nodejs010-2.1-5.sc1.el6.x86_64.rpm
warning: nodejs010-2.1-5.sc1.el6.x86_64.rpm: Header V4 RSA/SHA1
Signature, key ID f2ee9d55: NOKEY
Name : nodejs010 Relocations: (not relocatable)
Version : 2.1 Vendor: CentOS
Release : 5.sc1.el6 Build Date: Fri 04 Nov 2016 03:44:19 AM CDT
Install Date: (not installed) Build Host: c1bd.rdu2.centos.org
Group : Unspecified Source RPM: nodejs010-2.1-5.sc1.el6.src.rpm
Size : 0 License: MIT
Signature : RSA/SHA1, Fri 23 Dec 2016 05:47:16 PM CST, Key ID 4eb84e71f2ee9d55
Packager : CBS <[email protected]>
Summary : nodejs010 Software Collection
Description :
This is the main package for nodejs010 Software Collection.
(contains no files)
종속성 정보가 RPM 파일에 직접 저장되지 않은 것 같습니다. 그럼 어디야?
답변1
RPM에 있지만 -R
이를 보려면 다음 옵션을 사용해야 합니다.
rpm -qpR nodejs010-2.1-5.sc1.el6.x86_64.rpm