How to install flash plug-in in centos system

王林
Release: 2020-03-20 16:32:05
Original
3495 people have browsed it

How to install flash plug-in in centos system

1. Select the version you want to download at https://get.adobe.com/cn/flashplayer/ ---> (YUM, applicable to Linux (YUM));

2. After entering root permissions, enter your download directory (the directory where the flash-player you downloaded is located, for example, mine is in home/lafee/download) and use this command:

(Recommended tutorial:centos usage tutorial)

rpm -ivh adobe-release-x86_64-1.0-1.noarch.rpm
Copy after login

3. Then, execute the yum install command to start the installation, as follows:

yum install flash-plugin
Copy after login

Wait until the installation is completed.

Recommended related video tutorials:linux video tutorial

The above is the detailed content of How to install flash plug-in in centos system. 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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!