【发布时间】:2018-09-16 01:21:26
【问题描述】:
为了解决对我的某个程序的一些依赖,我必须在我的 centos 6.6 系统上安装 texinfo
yum install texinfo
结果
Setting up Install Process
No package texinfo available
Error: Nothing to do
我不知道如何解决这个问题。到目前为止,我已经下载了binary rpm.
谁能指出我正确的方向?
【问题讨论】:
-
yum install binary_rpm_file_location -
谢谢!它起作用了,我先安装了 i686 (texinfo) 版本,然后安装了 x86_64 (texinfo-tex),因为我的系统是 x86_64。
标签: installation centos6 yum texinfo rocks