[LINUX] yum and rpm

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?

Recommended Posts

yum and rpm
yum / rpm command freezes
Differences between yum commands and APT commands
rpm packaging
yum and apt update / upgrade are different
About _ and __