Description

Application installation, Package Manager and removal tool for Fedora, CentOS, and Red Hat Enterprise Linux (RHEL)

Usage

# Install package
yum install net-tools # installs tools like netstat
 
# Remove/Delete Packages
yum remove net-tools
 
# List the packages
yum list # All packages in the repositories
yum list vim* # List all packages for a specific package
yum list --installed # List All installed packages
 
# Search the repositories for the package
yum search vim

Options

OptionsDescription
-q, —quitequite operation
-v, —verboseverbose logging
-y, —assumeyesdefault yes to all the questions

Installation

NA

References