Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
Write an article for LinuxForums Today! Win Great Prizes!
YUM is a perfect tool to install packages easily. Through YUM we can resolve all the dependencies of the rpm we are going to install. By just writing "yum install packagename" we can install a package or by "yum remove packagename" we can uninstall a package without caring about its dependencies.