- Joined
- May 20, 2016
- Messages
- 149
- Points
- 28
In this post I will guide you install adobe flash player on your CentOS Linux. Whatever you are using Windows or Linux, I am sure you will use a desktop operating system and when you need to install adobe flash player plugin for your web browsers to view flash videos on the internet. It is same for any CentOS Linux versions, If you don't install Adobe Flash Player, you can be difficult to use Centos as your desktop operating system.
Following these ways to install Adobe Flash Player on your CentOS Linux
Add flash player repository for Linux CentOS Linux
Install CentOS flash player using yum command
The output:
Now the installation is complete, you can use and viewing flash videos on your browsers without any problems.
Hope it helps!
Following these ways to install Adobe Flash Player on your CentOS Linux
Add flash player repository for Linux CentOS Linux
Code:
root@myvps1 [~]# rpm -Uvh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
Code:
root@myvps1 [~]# rpm -Uvh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
Retrieving http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
warning: /var/tmp/rpm-tmp.R1zKbi: Header V3 DSA/SHA1 Signature, key ID f6777c67: NOKEY
Preparing... ########################################### [100%]
1:adobe-release-x86_64 ########################################### [100%]
Install CentOS flash player using yum command
Code:
yum install flash-plugin
Code:
root@myvps1 [~]# yum install flash-plugin
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.firehosted.com
* epel: fedora-epel.mirror.lstn.net
* extras: mirror.compevo.com
* rpmforge: mirror.team-cymru.org
* updates: pubmirrors.dal.corespace.com
adobe-linux-x86_64 | 951 B 00:00
adobe-linux-x86_64/primary | 1.2 kB 00:00
adobe-linux-x86_64 2/2
Resolving Dependencies
--> Running transaction check
---> Package flash-plugin.x86_64 0:11.2.202.632-release will be installed
--> Finished Dependency Resolution
Dependencies Resolved
====================================================================================================================================================================
Package Arch Version Repository Size
====================================================================================================================================================================
Installing:
flash-plugin x86_64 11.2.202.632-release adobe-linux-x86_64 6.9 M
Transaction Summary
====================================================================================================================================================================
Install 1 Package(s)
Total download size: 6.9 M
Installed size: 19 M
Is this ok [y/N]: y
Downloading Packages:
flash-plugin-11.2.202.632-release.x86_64.rpm | 6.9 MB 00:00
warning: rpmts_HdrFromFdno: Header V3 DSA/SHA1 Signature, key ID f6777c67: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
Importing GPG key 0xF6777C67:
Userid : Adobe Systems Incorporated (Linux RPM Signing Key) <[email protected]>
Package: adobe-release-x86_64-1.0-1.noarch (installed)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
Is this ok [y/N]: y
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : flash-plugin-11.2.202.632-release.x86_64 1/1
Verifying : flash-plugin-11.2.202.632-release.x86_64 1/1
Installed:
flash-plugin.x86_64 0:11.2.202.632-release
Complete!
Hope it helps!