zoukankan      html  css  js  c++  java
  • Centos 安装adobe player更新文件

    1、文件已经下载到电脑中

    adobe-release-x86_64-1.0-1.noarch.rpm

    2、使用yum命令安装adobe-release-x86_64-1.0-1.noarch.rpm

    必须切换用户到root:su--->root密码

    使用命令:yum install adobe-release-x86_64-1.0-1.noarch.rpm

     1 [root@root 下载]# yum install adobe-release-x86_64-1.0-1.noarch.rpm 
     2 Loaded plugins: fastestmirror, refresh-packagekit, security
     3 Loading mirror speeds from cached hostfile
     4  * base: centos.ustc.edu.cn
     5  * extras: centos.ustc.edu.cn
     6  * updates: centos.ustc.edu.cn
     7 Setting up Install Process
     8 Examining adobe-release-x86_64-1.0-1.noarch.rpm: adobe-release-x86_64-1.0-1.noarch
     9 Marking adobe-release-x86_64-1.0-1.noarch.rpm to be installed
    10 Resolving Dependencies
    11 --> Running transaction check
    12 ---> Package adobe-release-x86_64.noarch 0:1.0-1 will be installed
    13 --> Finished Dependency Resolution
    14 
    15 Dependencies Resolved
    16 
    17 ================================================================================
    18  Package               Arch    Version
    19                                       Repository                           Size
    20 ================================================================================
    21 Installing:
    22  adobe-release-x86_64  noarch  1.0-1  /adobe-release-x86_64-1.0-1.noarch  1.9 k
    23 
    24 Transaction Summary
    25 ================================================================================
    26 Install       1 Package(s)
    27 
    28 Total size: 1.9 k
    29 Installed size: 1.9 k
    30 Is this ok [y/N]: 
    提示:
    Is this ok [y/N]:
    再输入: y
     1 Is this ok [y/N]: y
     2 Downloading Packages:
     3 Running rpm_check_debug
     4 Running Transaction Test
     5 Transaction Test Succeeded
     6 Running Transaction
     7   Installing : adobe-release-x86_64-1.0-1.noarch                            1/1 
     8   Verifying  : adobe-release-x86_64-1.0-1.noarch                            1/1 
     9 
    10 Installed:
    11   adobe-release-x86_64.noarch 0:1.0-1                                           
    12 
    13 Complete!
    
    
    

    等待
    adobe-release-x86_64-1.0-1.noarch.rpm安装成功

    PS:

    输入法切换 :alt+空格

  • 相关阅读:
    SoapUI 使用笔记
    git 使用笔记(二)
    git 使用笔记(一)
    jquery 拓展
    hdu 1024 Max Sum Plus Plus (DP)
    hdu 2602 Bone Collector (01背包)
    hdu 1688 Sightseeing (最短路径)
    hdu 3191 How Many Paths Are There (次短路径数)
    hdu 2722 Here We Go(relians) Again (最短路径)
    hdu 1596 find the safest road (最短路径)
  • 原文地址:https://www.cnblogs.com/s1099312273/p/3055718.html
Copyright © 2011-2022 走看看