Difference between revisions of "Centos-repo"

From CTWUG Wiki
Jump to: navigation, search
(New page: == Howto: Add the CTWUG yum repository to install software under CentOS == '''How do I install the CTWUG CentOS repository?''' Create a file called ctwug.repo: $ cd /etc/yum.repos.d ...)
(No difference)

Revision as of 16:23, 21 March 2013

Howto: Add the CTWUG yum repository to install software under CentOS

How do I install the CTWUG CentOS repository?


Create a file called ctwug.repo:

$ cd /etc/yum.repos.d

$ vi ctwug.repo


Insert the following code:

[ctwug]

name=CTWUG for CentOS $releasever - $basearch

baseurl=ftp://ftp.tfyre.ctwug.za.net/pub/linux/$releasever/$basearch/

enabled=1


Save and close the file (type :wq and press enter).


Now you are ready to install software from the CTWUG repository. For further information refer to yum.conf man page:

$ man yum.conf

$ man yum