How to Configure YUM
Most of the beginners in Linux faces a big problem when they are deploying a package i.e.; dependency failure. To resolve this issue Redhat introduced a technology called YUM.
YUM is a repository system contains information about packages and files inside every RPMs, Now Don’t worry about redhat repository .Create your own Yum repository in a local system and enjoy
Pre quest of yum server
I assume that you have completed these pre quest of yum server
1st) A Linux system with hostname Server.example.com and with ip address of 192.168.0.254
2nd) Dump of RHEL disk on /var/ftp/pub location
Once you have completed these pre quests follow this guide. change directory to /var/ftp/pub/Server
yum and createrepo rpm are required for yum server install them
Most of the beginners in Linux faces a big problem when they are deploying a package i.e.; dependency failure. To resolve this issue Redhat introduced a technology called YUM.
YUM is a repository system contains information about packages and files inside every RPMs, Now Don’t worry about redhat repository .Create your own Yum repository in a local system and enjoy
Pre quest of yum server
I assume that you have completed these pre quest of yum server
1st) A Linux system with hostname Server.example.com and with ip address of 192.168.0.254
2nd) Dump of RHEL disk on /var/ftp/pub location
Once you have completed these pre quests follow this guide. change directory to /var/ftp/pub/Server
yum and createrepo rpm are required for yum server install them
Now install createrepo by rpm command.
After installing necessary package change directory to /var/ftp/pub
Now create repository of Server directory
repository of all rpm will be created in few minute
Now create repository for VT
0 comments:
Post a Comment