January 27, 2011
As superuser (root), follow the three steps bellow to add GêBR RPM repository to your Fedora or CentOS machine.
- Create the file
/etc/yum.repos.d/gebr.repo
with the content below. Replace<distro>
byfedora
orcentos
, and<version>
by any version from16
to17
, in the case of Fedora, or by5
or6
for CentOS.
[gebr]
name=GeBR
failovermethod=priority
baseurl=http://download.gebrproject.com/pub/<distro>/<version>/
enabled=1
gpgcheck=0 - Update your package list:
yum check-update
- In case you are installing GêBR for the first time, on Fedora and CentOS 6, run:
yum install gebr gebrd debr libgebr gebr-menus-su gebr-menus-shtools
On CentOS 5, run:
yum install gebrproject
To upgrade a previous install run:
yum check-update; yum upgrade
- After installing GêBR, execute following commands (just to acess the machine remotely):
service sshd start
chkconfig --level 35 sshd on
no comment until now