[root@mypc yum.repos.d]# yum search perl-Locale-gettext
Loaded plugins: dellsysid, fastestmirror
Repository tmz-puppet is listed more than once in the configuration
Loading mirror speeds from cached hostfile
* atomic: www6.atomicorp.com
* base: mirror.trouble-free.net
* epel: mirrors.tummy.com
* extras: eq-centosrepo.hopto.org
* rpmforge: mirror.hmc.edu
* updates: mirror.team-cymru.org
=================================================================== N/S Matched: perl-Locale-gettext ====================================================================
perl-Locale-gettext.x86_64 : Internationalization for Perl
Name and summary matches only, use "search all" for everything.
[root@mypc yum.repos.d]
E
[root@mypc yum.repos.d]# yum install perl-Locale-gettext
Loaded plugins: dellsysid, fastestmirror
Repository tmz-puppet is listed more than once in the configuration
Loading mirror speeds from cached hostfile
* atomic: mir01.syntis.net
* base: mirrors.gigenet.com
* epel: mirror.us.leaseweb.net
* extras: centos.mirror.lstn.net
* rpmforge: mirror.hmc.edu
* updates: centos.mirror.choopa.net
Setting up Install Process
Nothing to do
[root@mypc yum.repos.d]#
o que há de errado aqui?
Responder1
A saída da sua pergunta é consistente com o pacote já instalado. O que você obtém com os seguintes comandos?
# yum list | grep -i perl-Locale-gettext
perl-Locale-gettext.x86_64 1.05-1.el6.rf rpmforge
# rpm -qa | grep -i perl-Locale-gettext
#
Você está fazendo isso no ambiente de TI da Dell.com?
Responder2
Então, o problema era que o pacote perl-Locale-gettext
estava obsoleto perl-gettext
e eu perl-gettext
já tinha instalado. Mudamos algumas infraestruturas para Centos6 e as caixas antigas tinham Locale
pacotes instalados. E como a gente puppet
gerenciava as caixas, estava dando cannot install package
erro.
Mas yum
não foi gentil o suficiente em dizer isso. Só fiquei sabendo disso depois de tentar instalar o pacote fazendo rpm -ivh /path/to/package
.