Toolpack prerequisite CentOS7 A
From TBwiki
Revision as of 13:07, 4 September 2014 by Cboulanger (Talk | contribs)
This page shows the Toolpack 2-8 prerequisites for CentOS 7.
WARNING: The host MUST have CentOS 7 installed.
WARNING: This procedure requires internet access and a DNS configured on your unit.
Contents |
Stop toolpack system (if it is running)
tbtoolpack stop
TelcoBridges repository
Add TelcoBridges repository file
vim /etc/yum.repos.d/TB-Base.repo
Paste the following information in that file:
# TelcoBridges-Base.repo # # This repository is using TelcoBridges frozen version of CentOS # to help client installing the required version of the # applications required to run Toolpack # [tb-base] name=TelcoBridges-$releasever - Base baseurl=http://repo.telcobridges.com/centos/7/os/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
Get TelcoBridges repository key
cd /etc/pki/rpm-gpg/ wget http://repo.telcobridges.com/centos/7/os/x86_64/RPM-GPG-KEY-TB7
CentOS update
Update your system to CentOS 7
yum clean metadata yum update