102.5 Use RPM and YUM package management Flashcards
How do you install the man pages in a RedHat distro?
sudo yum install man-pages
What is the Yum command that reinstalls a package that becomes corrupt or if a config file becomes damaged?
yum reinstall packagename
What is the Yum command that finds out what package provides a specified file name?
yum whatprovides */packagename
What is the Yum command that removes or uninstalls a package and its dependencies?
sudo yum autoremove
What is the Yum command that uninstalls an application?
sudo yum remove packagename
What is the Yum command that installs a package and all its dependencies?
sudo yum install packagename
What is the Yum command that uninstalls an application?
sudo yum remove packagename
What is the Yum command that installs a package and all its dependencies?
sudo yum install packagename
What is the Yum command that cleans up all Yum’s cache information and its local database file?
yum clean all
What is the Yum command that lists information about a specified package?
yum info packagename
What is the Yum command that searches the Yum repositories for a specified package?
yum search packagename
What is the Yum command that searches online repositories for updated packages compared to what is currently installed on the system and upgrades packages?
yum update
Where does Yum cache the latest repository information?
It caches repo info in /var/cache/yum
What does /etc/yum.repos.d contain?
It contains a configuration file for each repository it uses.
Where does Yum read repository information from?
/etc/yum.repos.d