zoukankan      html  css  js  c++  java
  • Install Adobe Flash Player 11.2 on CentOS/RHEL 7/6/5, Fedora 20/19

    Adobe Flash Player are very useful for watching videos in web browser online. Without flash player most of the videos will not play in your browser. This article will help you to install Adobe flash player plugin for your browsers in CentOS 6/5, Redhat 6/5 and Fedora 20/19 Systems.

    Step 1: Add Yum Repository

    First we need to add required yum repository in our system. To do this create a new repo file /etc/yum.repos.d/adobe-linux.repo and add following content.

    vim /etc/yum.repos.d/adobe-linux.repo
    [adobe-linux]
    name=Adobe Systems Incorporated
    baseurl=http://linuxdownload.adobe.com/linux/$basearch/
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

    Step 2: Install Flash Player

    After adding adobe yum repository in our system, let’s use following command to install Flash player on CentOS, RedHat and Fedora systems.

    # yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl

    Step 3: Verify Flash Plugin

    To verify flash is working properly in your system, Simply visit to http://youtube.com and play any video, If it’s started properly, It means flash plugin is working properly. You can also visit about:plugins in browser to view all installed plugin like below screenshot.

  • 相关阅读:
    使用duilib链接错误 _declspec(dllimport)
    USB磁盘VID和PID 对应到次盘盘符相关文章
    路径拆分函数
    COM问题
    将对话框嵌入父窗体
    duilib的caption上的Edit无法激活
    LoadLibrary失败,GetLastError MOD_NOT_FOUND
    windows字符串
    windows界面库种类
    windows插件框架
  • 原文地址:https://www.cnblogs.com/karmapeng/p/6399373.html
Copyright © 2011-2022 走看看