我正在尝试HPCC
在基于RHEL的计算机上安装。
我有一个.rpm
文件,要安装此rpm,我正在使用以下命令:
sudo rpm -Uvh hpccsystems-platform_community-4.0.0-9.el6.x86_64.rpm
我收到以下错误消息:
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
请注意,这是我第一次使用RHEL。我使用过Ubuntu,在Ubuntu中,使用apt-get install
命令提取软件及其依赖项的安装软件更加容易。
如何安装它rpm
并自动安装其所有依赖项?
apt-get
成为yum
,并且dpkg
成为rpm