Mastering Linux YUM Repositories
Function of YUM RepositoriesPackage manager, similar to software managers like 360. YUM can download (from repositories, while also downloading dependencies), install, update, and uninstall software.It operates at a lower level through RPM for software installation, so after installing software with YUM, you can query it using rpm. rpm -qa | grep SoftwareName 2. Advantages of … Read more