yum repo

установка с репозитория

yum –enablerepo=testing-devtools-6 install devtoolset-1.0

выбор репозиториев
yum –disablerepo “*” –enablerepo “base updates” update php

cd /etc/yum.repos.d
wget http://people.centos.org/tru/devtools/devtools.repo
yum –enablerepo=testing-devtools-6 install devtoolset-1.0

Боримся с “is not signed”
Package devtoolset-1.0-binutils-2.22.52.0.1-10.el6.x86_64.rpm is not signed
yum install –nogpgcheck devtoolset-1.0-binutils*

Обновление репов

yum update ‘devtoolset-1.0-runtime*’

полная очистка репов
http://sysnetpro.net/os/linux/rhn-yum-command-unable-read-consumer-identity-warning-solution.html