zoukankan      html  css  js  c++  java
  • CentOS/RHEL 6.4/5.9 安装 Adobe Flash Player 11.2

    1.root登录:

    $ su

    2.安装 Adobe YUM Repository RPM package

    X86_64
    ________________________________________________________
    # 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
    ——————————————————————————————
    i386
    ________________________________________________
    # 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
     ______________________________________________________

    3.更新

    # yum check-update

    4.安装

    # yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl
    Dependencies Resolved
    
    ================================================================================
     Package         Arch      Version                  Repository             Size
    ================================================================================
    Installing:
     flash-plugin    x86_64    11.2.202.297-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

    5.检查

    URL中输入

     about:plugins

    显示

        File: libflashplayer.so
        Version: 11,2,202,297
        Shockwave Flash 11.2 r202

     另一种简单的方法

    # yum install flash-plugin
    Loaded plugins: fastestmirror, refresh-packagekit, security
    Loading mirror speeds from cached hostfile
     * base: mirrors.btte.net
     * extras: mirrors.btte.net
     * updates: mirrors.btte.net
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package flash-plugin.x86_64 0:11.2.202.297-release will be installed
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ================================================================================
     Package         Arch      Version                  Repository             Size
    ================================================================================
    Installing:
     flash-plugin    x86_64    11.2.202.297-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.297-release.x86_64.rpm             | 6.9 MB     03:32     
    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) <secure@adobe.com>
     Package: adobe-release-x86_64-1.0-1.noarch (@/adobe-release-x86_64-1.0-1.noarch)
     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
    Warning: RPMDB altered outside of yum.
    ** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
    6:kdepim-libs-4.3.4-6.el6.x86_64 has missing requires of kdepim = ('6', '4.3.4', '6.el6')
      Installing : flash-plugin-11.2.202.297-release.x86_64                     1/1 
      Verifying  : flash-plugin-11.2.202.297-release.x86_64                     1/1 
    
    Installed:
      flash-plugin.x86_64 0:11.2.202.297-release                                    
    
    Complete!
  • 相关阅读:
    SQL创建的几种存储过程
    关于freemaker的一点使用技巧
    freemaker时间格式转换,精确到毫秒
    递归算法
    网易开发工程师编程题 比较重量 Java
    JavaScript tasks, microtasks, queues and schedules
    1000分以下局目标
    Lua简介
    浅谈Wireshark的基本操作
    adb操作
  • 原文地址:https://www.cnblogs.com/wjshan0808/p/3287157.html
Copyright © 2011-2022 走看看