Centos-repo

From CTWUG Wiki
Revision as of 16:23, 21 March 2013 by Zeomorph (talk | contribs) (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 ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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