
rpm -i new_program.rpm
rpm -q program_name
rpm -q operaIf you do have the package installed, it would give you the version number:
package opera is not installed
rpm -e operaThis gets rid of Opera from your system. Then you would type rpm -i opera_beta8.rpm (or whatever the package is actually called). That installs the new version.

yum search package_name

yum info package_name

yum install package_name

yum update package_name

yum remove package_name