Wednesday 19 September 2012

Adding Repo file in Fedora - example myplc repo

Below Steps will guide how to add repo file and how to install software 

[root@xyz~]# cd /etc/yum.repos.d/
[root@xyz yum.repos.d]# vim myplc.repo


#Add Following Lines to myplc.repo

[myplc]
name= MyPLC
baseurl=http://build.onelab.eu/5.0/rc22/onelab--5.0-rc22-f12-32/RPMS
enabled=1
gpgcheck=0

[root@xyz yum.repos.d]# yum clean all
[root@xyz yum.repos.d]# yum update
[root@xyz yum.repos.d]# yum install myplc







Share This!



No comments:

Post a Comment

Here We Write The Problems we face at different situations and Solutions to those problems.