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 ...)
 
(Removing all content from page)
 
Line 1: Line 1:
== 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
 

Latest revision as of 16:43, 8 April 2013