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

CSS to achieve Skeleton Screen effect

When loading network data, in order to improve th...

Design reference WordPress website building success case

Each of these 16 sites is worth reading carefully,...

SQL left join and right join principle and example analysis

There are two tables, and the records in table A ...

JS, CSS style reference writing

CSS: 1. <link type="text/css" href=&q...

Detailed explanation of Nginx proxy_redirect usage

Today, I encountered a little problem when I was ...

Detailed explanation of Vue3's responsive principle

Table of contents Review of Vue2 responsive princ...

mysql command line script execution example

This article uses an example to illustrate the ex...

MySQL 5.7 mysql command line client usage command details

MySQL 5.7 MySQL command line client using command...

Rainbow button style made with CSS3

Result: Implementation code: html <div class=&...

Linux method example to view all information of the process

There is a task process on the server. When we us...

JS Decorator Pattern and TypeScript Decorators

Table of contents Introduction to the Decorator P...

Vue3 (V) Details of integrating HTTP library axios

Table of contents 1. Install axios 2. Use of axio...