Home  >  Article  >  Operation and Maintenance  >  How to install flashplayer on centos7

How to install flashplayer on centos7

王林
王林Original
2020-04-01 14:17:063009browse

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

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/

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!

Statement:
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