RHEL 6 / CentOS 6: Install Adobe Flash Player For Firefox Browser

http‮s‬://www.lautturi.com
RHEL 6 / CentOS 6: Install Adobe Flash Player For Firefox Browser

To install Adobe Flash Player on Red Hat Enterprise Linux (RHEL) 6 or CentOS 6, you will need to follow these steps:

  1. Download the Adobe Flash Player installer package from the Adobe website. You will need to choose the appropriate version of Flash Player for your system (32-bit or 64-bit) and your web browser (Firefox, Chrome, or other).

  2. Extract the downloaded installer package. You can use the tar command to extract the package, like this:

tar xvf install_flash_player_10_linux.tar.gz

Replace install_flash_player_10_linux.tar.gz with the name of the installer package you downloaded. This will extract the contents of the package into a new directory.

  1. Change to the directory where you extracted the installer package. You can use the cd command to navigate to the directory, like this:
cd install_flash_player_10_linux
  1. Run the Adobe Flash Player installer script. You can do this by typing the following command:
./flashplayer-installer

This will launch the Adobe Flash Player installer wizard. Follow the prompts to complete the installation process.

  1. Restart your web browser. You may need to close and reopen your web browser for the changes to take effect.

Keep in mind that Adobe Flash Player is no longer supported by Adobe, and it is recommended to use alternative technologies such as HTML5 instead. Consult the documentation and online resources for more information on how to install and use Adobe Flash Player on RHEL 6 or CentOS 6.

Created Time:2017-10-30 14:27:12  Author:lautturi