yum install texinfo on CentOS 6.6 (no package)
NickName:Kurt Rojas Ask DateTime:2018-04-06T12:56:30

yum install texinfo on CentOS 6.6 (no package)

To resolve some dependency to one of my programs, I have to install texinfo on my centos 6.6 system

yum install texinfo

it resulted to

Setting up Install Process
No package texinfo available
Error: Nothing to do

I don't know how to resolve this. So far, I've downloaded that binary rpm.

Can anyone point me to the right direction ?

Copyright Notice:Content Author:「Kurt Rojas」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/49685584/yum-install-texinfo-on-centos-6-6-no-package

Answers
Sree Vaddi 2020-03-31T05:30:25

$ dnf --enablerepo=PowerTools install texinfo\n\nAs documented at:\nhttps://centos.pkgs.org/8/centos-powertools-x86_64/texinfo-6.5-4.el8.x86_64.rpm.html",


More about “yum install texinfo on CentOS 6.6 (no package)” related questions

yum install texinfo on CentOS 6.6 (no package)

To resolve some dependency to one of my programs, I have to install texinfo on my centos 6.6 system yum install texinfo it resulted to Setting up Install Process No package texinfo available Er...

Show Detail

Where does yum install python on CentOS 6.6?

I've installed python27 on my CentOS 6.6 system using this command: % yum install python27 The install went successfully but I cannot find the python27 executable. It is not in the following plac...

Show Detail

yum install , Update returns 404 error in centos 6.6

yum doesnt work at all, yum install , update doesnt work gives below error yum update Loaded plugins: fastestmirror Setting up Update Process Loading mirror speeds from cached hostfile * epel:

Show Detail

yum error on Centos 6.6

After a failed "yum update", yum does not work. If I try to launch "yum update" I get as a result: # yum update Loaded plugins: dellsysid, fastestmirror Setting up Update Process Loading mirror s...

Show Detail

Installing Docker on CentOS 6.6

I'm trying to install Docker on CentOS 6.6 64 bit version. When execute sudo yum install docker I get this Loaded plugins: fastestmirror, refresh-packagekit, security Setting up Install Process

Show Detail

yum installation manager not working in centos 6.6

I'm facing a problem with yum installation manager in centos 6.6 root@mmopuru:~ # cat /etc/*release CentOS release 6.6 (Final) CentOS release 6.6 (Final) CentOS release 6.6 (Final) root@mmopuru:~ #

Show Detail

What's the difference between yum -y install and yum install in CentOS

I've seen two ways to install packages,for example,squid on CentOS: 1.yum -y install squid 2.yum install squid can anyone tell me what's the difference between them ? also, I'm using CentOS v.6.6

Show Detail

How to install latest version of make in centos6.6 docker container

I want to have 3.82 or newer version of make in docker container for centos6.6 [root@046f4766b93f build]# make --version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free

Show Detail

installing texinfo on redhat centos 7 ppc64

I am new to RedHat and would like some help to install R-devel. I tried to install it using the following command: yum install R-devel but leads to the first error below... I am on CentOS 7 wi...

Show Detail

Is it possible to install MySQL on CentOS 6.6?

I'm asking this question because I've never faced so many problems on other OS (Windows, Ubuntu) and I've never seen so many threads and comments from people saying that they cannot install mysql-

Show Detail