Hola:
> el red hat que tengo instalado es de la White Box Enterprise Linux ver 3,
> cres que con los repos de CentOS funcionen en mi distro de RH...

Esto salio hoy en la lista de CentOS. Es una situacion similar.
sls
osvaldo

> I have a system that was originally installed with RHEL 3 x86_64, and
> I've since 'updated' it to CentOS 3 via installing yum and
> centos-release, then running a yum update.
>
> is there any way I can force -all- installed packages to be replaced
> with their centos analogs just to be sure its all consistent?

When using apt-get you can do:

       apt-get install --reinstall $(rpm -qa --qf '%{name}\n' | grep
-v gpg-pubkey)

it requires that you have all packages available from repositories. If not
you will have to exclude those packages too (using grep -v).
_______________________________________________
Cancelar suscripción
https://listas.softwarelibre.cu/mailman/listinfo/linux-l
Buscar en el archivo
http://listas.softwarelibre.cu/buscar/linux-l

Responder a