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.

  • 相关阅读:
    NodeJs 的Module.export 和 export
    Angular 调试
    设计模式 -- 访问者
    typescript 枚举
    Swagger 实践 <二>
    eventFlow 系列 <三> 查询所有
    成员变量的隐藏和方法的重写
    Facetoprocess_program_design
    ATM_tests
    transmission protocol
  • 原文地址:https://www.cnblogs.com/karmapeng/p/6399373.html
Copyright © 2011-2022 走看看