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
[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
[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
0 comments:
Post a Comment