yum
yum clean all
yum makecache
yum install packageName
yum info packageName
yum autoremove
yum update
yum upgrade
rpm
rpm -qa | grep -i packageName
rpm -e packageName
rpm -e packageName --nodeps
rpm -ivh packageName
apt
apt install
apt remove
apt purge
apt update
apt upgrade
apt autoremove
apt full-upgrade
apt search
apt show
apt-get
apt-get --purge remove packageName
apt-get autoremove
apt-get autoclean
apt-get install
apt-get remove
apt-get purge
apt-get update
apt-get upgrade
apt-get autoremove
apt-get dist-upgrade
apt-cache search
apt-cache show
dpkg