Friday 6 January 2012

Flash player installation

CentOS

Being as root follow the following:
  1. First you need to install those libraries (.i386 and .x86_64):
    yum install curl compat-libstdc++-33 glibc nspluginwrapper
  2. Once done with the libraries, we need to download the flash player rpm.
  3. mkdir flash
  4. cd flash
  5. download the rpm inside the folder flash.
  6. click here to Download
  7. Next we need to execute the command below to install the rpm. This command should be executed inside the folder, where the rpm is downloaded. Ours is in the folder ‘flash’.
    rpm -ivh flash-plugin-10.0.12.36-release.i386.rpm
    (replace with the version of rpm you have downloaded)
  8. Close the Firefox and restart it. You should be able to see the flashes hereafter.

Ubuntu 

 yet to be updated

No comments:

Post a Comment