How to install flashplayer on centos7

王林
Release: 2020-04-01 14:17:06
Original
3085 people have browsed it

How to install flashplayer on centos7

Log in to FlashPlayer official website

How to install flashplayer on centos7

Then select "tar.gz for Linux" in the download type, and then click "Download Now" ”

How to install flashplayer on centos7

(Related tutorial recommendation: centos tutorial)

In the download dialog box, please select “Save File”

How to install flashplayer on centos7

Enter the download directory in the terminal, and then execute the

tar vxzf FlashPlayer安装包.tar.gz
Copy after login

command to decompress the contents of the FlashPlayer installation package to the current directory

How to install flashplayer on centos7

Type su - to start the root account, and then execute the following commands in sequence:

cp libflashplayer.so /usr/lib/Mozilla/Pluagins
cp -r ./usr/* /usr/
Copy after login

How to install flashplayer on centos7

Complete!

The above is the detailed content of How to install flashplayer on centos7. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template