A netizen used the Adobe Flash Player component for a remote project on the CentOS6 server a few days ago and could not be installed directly using the YUM method. Therefore, through powerful search, you can still solve the problem by re-loading and installing the Adobe RPM package and then installing the YUM component. Here we will record it for future use.
1. Install the Adobe yum rpm Package
1. 64-bit
The code is as follows: |
Copy code |
Rpm-ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
Rpm -- import/etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
|
2. 32-bit
The code is as follows: |
Copy code |
Rpm-ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
Rpm -- import/etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
|
Then we select the current CENTOS6 version for execution.
II. Update
The code is as follows: |
Copy code |
Yum check-update
|
Third, installation
The code is as follows: |
Copy code |
Yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl
|
Run the command to install the SDK. Then, enter y and press enter.
Finally, after the installation is complete and no error is reported, the installation is successful. Then, log on to our project. For example, you can see that the Adobe Flash Player component has been installed in a browser.