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 […]