• http://doc.fedoraonline.it/Yum_-_i_comandi_principali
# aggiorna l'intera distro
yum update
 
# Per verificare se esiste un aggiornamento per Acrobat Reader:
yum check-update acroread
yum update acroread
 
 
# carca
yum search any-package
 
# To consult the information contained in a package in individual:
yum info any-package
 
yum install any-package
 
yum remove any-package
 
# will list all the packages available in the data base
available yum list|less
 
# list all the packages installed in the system:
yum list installed|less
 
# packages installed in the system and that can (they must) be updated:
yum list updates|less
 
#Yum leaves as result of its use heads and packages RPM stored in temp dirs
yum clean all
 
yum groupinstall "groupname"