Kam Leo wrote:
That is not the flash-plugin. You are listing the files in the nspluginwrapper directory. Try "su -c "rpm -q flash-plugin". If flash-plugin is not installed go to http://www.adobe.com/flashplayer/ and download the rpm package. You should receive flash-plugin-10.0.15.3-release.i386.rpm.
Sorry for omitted a quote in the above. That should be
su -c 'rpm -q flash-plugin'
No need for root privileges to query the RPM database (you only need root for -i/-U/-F/-e etc.).
Regards, Bryn.