How to install Linux flash

How to install Linux flash

How to install flash in Linux

1. Visit the flash official website, click download, and select your operating system and flash version

2. After downloading, unzip the downloaded compressed package

tar -zx -f install_flash_player_11_linux.x86_64.tar.gz #Unzip the downloaded compressed package

3. Install the Firefox browser plug-in

cp libflashplayer.so /usr/lib64/mozilla/plugins #Copy the plug-in to the Firefox browser plug-in folder

4. Because the installation of the plug-in involves changing permissions, set the permissions of the plug-in.

cd /usr/lib64/mozilla/plugins #Locate the plugin directory

chmod 755 libflashplayer.so #Change plugin permissions

5. Then reopen the Firefox browser and it will support flash video.

This is the end of this article about the steps to install Linux flash. For more information about how to install Linux flash, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Linux nand flash driver writing

<<:  Ubuntu View and modify mysql login name and password, install phpmyadmin

>>:  WeChat applet realizes the effect of swiping left to delete list items

Recommend

Summary of Css methods for clearing floats

Float is often used in web page layout, but the f...

WeChat applet realizes simple tab switching effect

This article shares the specific code for WeChat ...

mysql5.7 remote access settings

Setting up remote access in mysql5.7 is not like ...

Detailed explanation of making shooting games with CocosCreator

Table of contents Scene Setting Game Resources Tu...

How to implement the @person function through Vue

This article uses vue, and adds mouse click event...

Solution to 1449 and 1045 exceptions when connecting to MySQL

Solution to 1449 and 1045 exceptions when connect...

Example code for implementing complex table headers in html table

Use HTML to create complex tables. Complex tables...

How to download excel stream files and set download file name in vue

Table of contents Overview 1. Download via URL 2....

JavaScript array merging case study

Method 1: var a = [1,2,3]; var b=[4,5] a = a.conc...

CentOS7 64-bit installation mysql graphic tutorial

Prerequisites for installing MySQL: Install CentO...

jQuery implements the mouse drag image function

This example uses jQuery to implement a mouse dra...

Detailed explanation of MySQL Strict Mode knowledge points

I. Strict Mode Explanation According to the restr...