Open main menu

Changes

444 bytes added ,  14:02, 27 August 2014
adding additional rpm repositories
What are the top 20 yummiest commands?
http://www.tecmint.com/20-linux-yum-yellowdog-updater-modified-commands-for-package-mangement/
 
Sometimes, you want to use a new repository. Like when installing [[Jenkins]] (although it's found in the regular repos, so maybe this isn't the best example for needing a separate repo)
 
from http://pkg.jenkins-ci.org/redhat/
<source lang="bash">
sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo
sudo rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key
sudo yum install jenkins
</source>
[[Category:System Administration]]
4,558

edits