For solutions to installing flash plug-ins in linux, we often need to view online documents on the linux server. In this case, we need to use flash plug-ins. The following describes how to install flash plug-ins (applicable to linux systems such as ubuntu): 1. When installing the flash plug-in, you 'd better Upgrade firefox to version 8.0. Download The flash Installation Package (install_flash_player_11_linux.i386.tar.gz) from the Adobe beofficial website. 3. Run the following command:
Tar zxvf install_flash_player_11_linux.i386.tar.gz-C/opt cd/opt/www.2cto.com cp libflashplayer. so/usr/lib/mozilla/plugins/ln-sf/usr/lib/mozilla/plugins/libflashplayer. so/usr/lib/firefox-addons/plugins/ln-sf/usr/lib/mozilla/plugins/libflashplayer. so/usr/lib/xulrunner-addons/plugins/
4. Restart the firfox browser. Installation Method 2: The * .tar.gz compressed package cannot be installed in the centos system on the linux server. You need to install *. rpm package, download it from adobe, and run the following command: rpm-ivh *. rpm. Note: The first method is relatively reliable, but you need to modify the shell according to your own file directory. The second method has not been successful by the author home198979.