我正在尝试使用以下命令使用rpm(不能使用yum)安装telnet:
rpm -ivh telnet-0.17-48.el6.src-2.rpm
1:telnet warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
...
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
########################################### [100%]
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
我认为警告不应该阻止我安装, 由于进度条达到100%,我认为它有效。 但是当我查询telnet时,我得到:
package telnet is not installed
答案 0 :(得分:1)
您安装了src.rpm
;不是正常的转速。源rpm包含源代码和spec文件;不是程序的编译版本。您应该查找正常的rpm(名称中没有.src.
)。