Yum and rpm to manage packages. A little bit about the difference and the command.
yum ・ Package management tool → Tools for installing and deleting software on the OS, organizing dependencies, etc. ・ Higher function than rpm → Equipped with an integrated management and operation system
Typical commands
--info (-i): View package group details
--list (-l): List package groups
--provides (-p): Search for packages that provide the corresponding file by specifying the file etc.
--quiet (-q): Do not display message at runtime
--verbose (-v): Detailed message output
rpm ・ Package management tool → Tools for installing and deleting software on the OS, organizing dependencies, etc.
Typical commands
--install (-i): Install the package
--erase (-e): Uninstall package
--query (-q): View and search package information
--verify (-V): Package inspection
How do you make a table of contents?