yum установить texinfo на CentOS 6.6 (без пакета)
Чтобы разрешить зависимость от одной из моих программ, мне нужно установить texinfo в моей системе centos 6.6
yum install texinfo
это привело к
Setting up Install Process
No package texinfo available
Error: Nothing to do
Я не знаю, как решить это. Пока что я скачал этот двоичный rpm.
Кто-нибудь может указать мне правильное направление?
1 ответ
texinfo
предоставляется BASE
Сделки РЕПО.
Available Packages
Name : texinfo
Arch : x86_64
Version : 4.13a
Release : 8.el6
Size : 668 k
Repo : base
Summary : Tools needed to create Texinfo format documentation files
URL : http://www.gnu.org/software/texinfo/
License : GPLv3+
Description : Texinfo is a documentation system that can produce both online
: information and printed output from a single source file. The GNU
: Project uses the Texinfo file format for most of its documentation.
:
: Install texinfo if you want a documentation system for producing both
: online and print documentation from the same source file and/or if you
: are going to write documentation for the GNU Project.
Похоже, вы не можете включить или настроить его. Есть регистрация /etc/yum.repos.d/CentOS-Base.repo
Надеюсь, у вас есть этот файл. В пределах [base] and [updates]
раздел проверить, если у вас есть линия enabled=0
Если вы измените 0
к 1
Если у вас нет файла.repo, создайте его с указанным выше путем и именем файла, а затем добавьте в него следующее;
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
Наконец сделать yum clean all
и тебе должно быть хорошо идти.
$ dnf --enablerepo=PowerTools установить texinfo
Как указано в документации по адресу: https://centos.pkgs.org/8/centos-powertools-x86_64/texinfo-6.5-4.el8.x86_64.rpm.html