Como instalar o ficheiro rpm juntamente com todas as suas dependências?
Estou a tentar instalar HPCC
na máquina baseada em RHEL.
Tenho um ficheiro .rpm
e para instalar esta rpm, estou a usar o seguinte comando:
sudo rpm -Uvh hpccsystems-platform_community-4.0.0-9.el6.x86_64.rpm
Estou a receber o seguinte erro:
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
Por favor note que esta é a primeira vez que estou a usar RHEL. Utilizei o Ubuntu e no Ubuntu foi mais fácil instalar software usando o comando apt-get install
que vai buscar software juntamente com as suas dependências.
Como instalar este rpm
e instalar automaticamente também todas as suas dependências?