zoukankan      html  css  js  c++  java
  • CentOS yum安装flash-plugin插件

            原文  http://972459637-qq-com.iteye.com/blog/2092522

            前言:在ubuntu下的火狐浏览器中,浏览器可以根据需要查找到flash-plugin,但在CentOS中如果点击自动搜索的话,查询不到flash-plugin,所以要手动查询并安装flash-plugin。

    1. 下载flash-plugin源,就是在flash官网下载一个名为 adobe-release-x86_64-1.0-1.noarch.rpm的安装包,利用命令
      rpm -ivh adobe-release-x86_64-1.0-1.noarch.rpm
       进行安装。具体的下载地址http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
    2. 再利用命令
      yum install flash-plugin
       进行安装即可。大致的信息显示如下:
      [root@localhost 下载]# yum install flash-plugin已加载插件:fastestmirror, langpacks, priorities
      Loading mirror speeds from cached hostfile
       * base: mirrors.163.com
       * extras: mirrors.163.com
       * updates: mirrors.cug.edu.cn
      正在解决依赖关系
      --> 正在检查事务
      ---> 软件包 flash-plugin.x86_64.0.11.2.202.394-release 将被 安装
      --> 解决依赖关系完成
      
      依赖关系解决
      
      ================================================================================
       Package         架构      版本                     源                     大小
      ================================================================================
      正在安装:
       flash-plugin    x86_64    11.2.202.394-release     adobe-linux-x86_64    6.9 M
      
      事务概要
      ================================================================================
      安装  1 软件包
      
      总下载量:6.9 M
      安装大小:19 M
      Is this ok [y/d/N]: y
      Downloading packages:
      警告:/var/cache/yum/x86_64/7/adobe-linux-x86_64/packages/flash-plugin-11.2.202.394-release.x86_64.rpm: 头V3 DSA/SHA1 Signature, 密钥 ID f6777c67: NOKEY
      flash-plugin-11.2.202.394-release.x86_64.rpm 的公钥尚未安装
      flash-plugin-11.2.202.394-release.x86_64.rpm               | 6.9 MB   05:47     
      从 file:///etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux 检索密钥
      导入 GPG key 0xF6777C67:
       用户ID     : "Adobe Systems Incorporated (Linux RPM Signing Key) <secure@adobe.com>"
       指纹       : 78a8 75e9 7f09 06bd 6355 73fa 3a69 bd24 f677 7c67
       软件包     : adobe-release-x86_64-1.0-1.noarch (installed)
       来自       : /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
      是否继续?[y/N]:y
      Running transaction check
      Running transaction test
      Transaction test succeeded
      Running transaction
      警告:RPM 数据库已被非 yum 程序修改。
        正在安装    : flash-plugin-11.2.202.394-release.x86_64                    1/1 
        验证中      : flash-plugin-11.2.202.394-release.x86_64                    1/1 
      
      已安装:
        flash-plugin.x86_64 0:11.2.202.394-release                                    
      
      完毕!
  • 相关阅读:
    Find the Smallest K Elements in an Array
    Count of Smaller Number
    Number of Inversion Couple
    Delete False Elements
    Sort Array
    Tree Diameter
    Segment Tree Implementation
    Java Programming Mock Tests
    zz Morris Traversal方法遍历二叉树(非递归,不用栈,O(1)空间)
    Algorithm about SubArrays & SubStrings
  • 原文地址:https://www.cnblogs.com/chriszsy/p/13216123.html
Copyright © 2011-2022 走看看