Cmd Generator

yum

Yellowdog Updater Modified package manager.

yum install

Examples

# Install a package
yum install -y nginx

# Remove a package
yum remove nginx

# Search for package
yum search nginx

# Update all packages
yum update -y

# List installed
rpm -qa | grep nginx

Sponsors