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

Implementation of Nginx configuration of local image server

Table of contents 1. Introduction to Nginx 2. Ima...

How to prevent website content from being included in search engines

Usually the goal of building a website is to have...

Getting Started with CSS3 Animation in 10 Minutes

Introduction Animation allows you to easily imple...

What are the benefits of semantic HTML structure?

one: 1. Semantic tags are just HTML, there is no ...

How to import and export Cookies and Favorites in FireFox

FireFox is a commonly used browser with many exte...

Using System.Drawing.Common in Linux/Docker

Preface After the project is migrated to .net cor...

Top 10 Js Image Processing Libraries

Table of contents introduce 1. Pica 2. Lena.js 3....

MySql Installer 8.0.18 Visual Installation Tutorial with Pictures and Text

Table of contents 1. MySQL 8.0.18 installation 2....

Summary of Problems in Installation and Usage of MySQL 5.7.19 Winx64 ZIP Archive

Today I learned to install MySQL, and some proble...

React non-parent-child component parameter passing example code

React is a JAVASCRIPT library for building user i...

Vue implements image drag and drop function

This article example shares the specific code of ...

Modification of the default source sources.list file of ubuntu20.04 LTS system

If you accidentally modify the source.list conten...