Browsing tag

yum

How To Enable EPEL Repository On CentOS 7 / RHEL 7

  EPEL repository provides additional packages for Enterprise Linux Variants which includes Red Hat Enterprise Linux (RHEL), CentOS and Scientific Linux (SL), Oracle Enterprise Linux(OEL) that are not available in their standard repositories. In this post, we will see how to enable EPEL (Extra Packages for Enterprise Linux) repository on CentOS 7 / RHEL 7. […]

Configure Local YUM Repository on CentOS 6 / RHEL 6

YUM is the Linux package management tool that helps to install or update the packages; it does the automatic installation of dependent packages which is required by main installation package. To setup the YUM repository we need ( For testing purpose ) one server system where all the packages are hosted and the client system where you want to install […]

Configure YUM repository using DVD or CD ROM CentOS / RHEL

YUM is the package management tool that helps to install or update the package through the network or local, the same time it provides an easy method to install a package with its dependent packages. Configuration files are under /etc directory, /etc/yum.conf is the mail global file that contains the global options such as cache […]

Configure YUM Repository On Linux

YUM is the Linux package manager that is able to fetch the information about the available package, download the package,install,uninstall and update the package. It also help us to update the system when the update is available. YUM is very similar to the rpm command, it is more smarter than rpm because it does the automatic installation of dependent package required by the installation package. YUM […]