Copied to clipboard

yum

Yum is a package manager based on RPM package management, which can make the installation, update, and uninstallation of software on Linux systems simpler and more automated. It can automatically resolve dependencies between software packages and download the required software packages from the specified software source.

Install package

Update installed packages

Uninstall package

Search package

View all available packages

View detailed information about a specified package

Example

  • Install package: yum install <package name>
  • Update installed packages: yum update
  • Uninstall package: yum remove <package name>
  • View all available packages: yum list
  • View detailed information about a specified package: yum info <package name>
  • Search package: yum search <keyword