RPM Package Manager
rpm
rpm -ivh [pkg.rpm]install a packagerpm -qpR [pkg.rpm]check for dependencies neededrpm -qalist all installed packagesrpm -Uvh [pkg.rpm]update a packagerpm -evv [pkgname]remove particular package
yum (Yellowdog Updater, Modified)
yum install [pkgname]install a packageyum remove [pkgname]removes a packageyum update [pkgname]update a packageyum list [pkgname]search for pkgnameyum info [pkgname]get info about particular packageyum listlist all availiable packagesyum list installedlist all installed packagesyum check updatecheck for updatesyum updateupdate
dnf (Dandified YUM)
dnf install [pkgname]install a packagednf search [pkgname]search for a packagednf remove [pkgname]remove a package