En 24/10/2011 14:55:53, Maxime Alarie <malarie@xxxxxxxxxxxxx> escribió: > # Managed by (rhsm) subscription-manager If you have a valid subscription refer to: * http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/index.html Part II. "Package Management", Chapter 4: "Product Subscriptions and Entitlements" to activate it. If not you can looking for availables packages at your DVD: Mount your DVD at "/media/rhel" # mkdir /media/rhel-dvd # mount /dev/dvd /media/rhel-dvd create a custom .repo file pointing your DVD if it not exist under "/etc/yum.repos.d/": # cat > /etc/yum.repos.d/rhel-media.repo << "EOF" [rhel-media] name=RHEL-$releasever - Media baseurl=file:///media/rhel-dvd/ gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-RHEL-6 EOF And then try looking for packages in you DVD: # yum update # yum search php Regards, Lázaro. Este mensaje de correo electrónico ha sido procesado por el servidor de Frioclima -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines