Last update at :2024-06-18,Edit by888u
A few days ago, a netizen used the Adobe Flash Player component for a project that required remote operation in the Linux CentOS6 server. It could not be installed directly through YUM, so through a powerful search, the installation method could still be solved. This can be achieved by reloading and installing the Adobe RPM package and then YUM installing the components. I will record it here for future needs.
First, install the Adobe YUM RPM package
1. 64-bit
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpmrpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY- adobe-linux
2, 32-bit
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpmrpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY- adobe-linux
Then we select the current CENTOS6 version for execution.
Second, update
yum check-update
Third, installation
yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl
Execute the command to install, and then there will be two places where you need to enter y and press Enter.
Finally, after the installation is complete and no errors are reported, the installation is basically successful, and then log in to our project. For example, the browser can see that the Adobe Flash Player component is installed.
Recommended site searches: domain name registration, virtual space hosting, domain name registration, Hong Kong hosting, free website application domain name, Suqian server, Korean server rental, query IP address, second solution server, China domain name trading center,
发表评论