Para poder instalar Flash tanto en CentOS o RedHat 5.x o 6.x primeramente instalamos los correspondientes repositorios como root del sistema y actualizamos.
su - ## Adobe Repository 32-bit x86 ## rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux ## Adobe Repository 64-bit x86_64 ## rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux yum check-update
Una vez actualizado el sistema procedemos a instalar el plugin de Flash.
Si estamos en CentOS/RedHat 6.x ejecutamos el comando:
yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl
Si estamos en CentOS/Redhat 5.x ejecutamos el comando:
yum groupinstall "Sound and Video" yum install flash-plugin nspluginwrapper curl
Referencias :if-not-true-then-false