Come installare il file rpm insieme a tutte le sue dipendenze?
Sto cercando di installare HPCC
su una macchina basata su RHEL.
Ho un file .rpm
e per installare questo rpm, sto usando il seguente comando:
sudo rpm -Uvh hpccsystems-platform_community-4.0.0-9.el6.x86_64.rpm
Sto ottenendo il seguente errore:
error: Failed dependencies:
boost-regex is needed by hpccsystems-platform-community-4.0.09.x86_64
expect is needed by hpccsystems-platform-community-4.0.09.x86_64
gcc-c++ is needed by hpccsystems-platform-community-4.0.09.x86_64
libapr-1.so.0()(64bit) is needed by hpccsystems-platform-community-4.0.09.x86_64
libaprutil-1.so.0()(64bit) is needed by hpccsystems-platform-community-4.0.09.x86_64
libarchive is needed by hpccsystems-platform-community-4.0.09.x86_64
liblber-2.4.so.2()(64bit) is needed by hpccsystems-platform-community-4.0.09.x86_64
libldap_r-2.4.so.2()(64bit) is needed by hpccsystems-platform-community-4.0.09.x86_64
libssl.so.10()(64bit) is needed by hpccsystems-platform-community-4.0.09.x86_64
4.0.09.x86_64
Si prega di notare che questa è la prima volta che uso RHEL. Ho usato Ubuntu e in Ubuntu era più facile installare il software usando il comando apt-get install
che recupera il software insieme alle sue dipendenze.
Come installare questo rpm
e installare automaticamente anche tutte le sue dipendenze?