Centos/RHEL/Fedora Create Your Own YUM Repository

Published on Author gryzli

If you have learned how to build your own rpm packages (or want to use custom already built ones) , you maybe want to use your own yum repository for installing these packages. In the following how-to I will show you how to easily setup a yum repository. Prerequisites 1| Install createrepo First you need… Continue reading Centos/RHEL/Fedora Create Your Own YUM Repository

YUM – List all avialable packages from a given repository – Fedora/Centos/Rhel

Published on Author gryzli

1. Get the repository ID This is sample repolist on Centos/RHEL 7.X [root@provision-test ~]# yum repolist Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * atomic: mirror1.34sp.com * base: mirrors.neterra.net * extras: mirrors.neterra.net * updates: mirrors.neterra.net repo id repo name status atomic/7/x86_64 CentOS / Red Hat Enterprise Linux 7 – atomicrocketturtle.com 843 base/7/x86_64 CentOS-7… Continue reading YUM – List all avialable packages from a given repository – Fedora/Centos/Rhel