Eu tenho um problema usando o repositório yum no RHEL 6.3.
Primeiro, eu criei o repositório yum usando o repositório rpmforge. Eu posso fazer yum list
também. Aqui a última linha do resultado da lista yum.
zssh.x86_64 1.5-0.c.2.el6.rf rpmforge
zsync.x86_64 0.6.2-1.el6.rf rpmforge
zvbi.x86_64 0.2.33-2.el6.rf rpmforge
zvbi-devel.x86_64 0.2.33-2.el6.rf rpmforge
zziplib.x86_64 0.13.45-1.el6.rf rpmforge
zziplib-devel.x86_64 0.13.45-1.el6.rf rpmforge
Mas, se eu fizer o yum procurar por zzip*
, o resultado vai ser assim
[root@noi Downloads]# yum search zzip*
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
Warning: No matches found for: zzip*
No Matches found
Será diferente novamente quando eu acabei de instalar isso,
[root@noi Downloads]# yum install zzip*
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package zziplib.x86_64 0:0.13.45-1.el6.rf will be installed
---> Package zziplib-devel.x86_64 0:0.13.45-1.el6.rf will be installed
--> Processing Dependency: SDL-devel for package: zziplib-devel-0.13.45-1.el6.rf.x86_64
--> Processing Dependency: zlib-devel for package: zziplib-devel-0.13.45-1.el6.rf.x86_64
--> Finished Dependency Resolution
Error: Package: zziplib-devel-0.13.45-1.el6.rf.x86_64 (rpmforge)
Requires: zlib-devel
Error: Package: zziplib-devel-0.13.45-1.el6.rf.x86_64 (rpmforge)
Requires: SDL-devel
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Alguém sabe como isso pode acontecer?