This blog moved to medium->https://medium.com/@cocoamaemae

Thursday, April 13, 2017

How to add an original yum repository


Add **.repo file under /etc/yum.repos.d/


e.g.
[new-repo] //a repository name
name=nae repository RPM packages // a repository explanation
baseurl=http://new.repository/repo/ // a repository url
gpgcheck=0 // Abbreviate a signature validation
enabled=1 // Abbreviate --enablerepo=***

notice:

Before yum install, "createrepo" execution is on a yum repository server side,

No comments:

Post a Comment

Front End Development Tools

TaskRunner Tool executing multiple tasks by only one execution. Tasks are like CSS preprocessor, Transpire, Module Bundler, etc... e.g. ...