zoukankan      html  css  js  c++  java
  • yum install 安装 下载好的rpm包 会并依赖包一起安装 zoom电话会议的安装

    [root@ok-T Downloads]# rpm -ivh zoom_x86_64.rpm 
    error: Failed dependencies:
        libxcb-image.so.0()(64bit) is needed by zoom-2.0.70790.1031-1.x86_64
        libxcb-keysyms.so.1()(64bit) is needed by zoom-2.0.70790.1031-1.x86_64
    [root@ok-T Downloads]# rpm -ivh zoom_x86_64.rpm 
    error: Failed dependencies:
        libxcb-image.so.0()(64bit) is needed by zoom-2.0.70790.1031-1.x86_64
        libxcb-keysyms.so.1()(64bit) is needed by zoom-2.0.70790.1031-1.x86_64
    [root@ok-T Downloads]# yum install zoom_x86_64.rpm 
    Loaded plugins: fastestmirror, refresh-packagekit, security
    Setting up Install Process
    Examining zoom_x86_64.rpm: zoom-2.0.70790.1031-1.x86_64
    Marking zoom_x86_64.rpm to be installed
    Loading mirror speeds from cached hostfile
     * base: mirrors.tuna.tsinghua.edu.cn
     * extras: mirrors.tuna.tsinghua.edu.cn
     * updates: mirrors.tuna.tsinghua.edu.cn
    Resolving Dependencies
    --> Running transaction check
    ---> Package zoom.x86_64 0:2.0.70790.1031-1 will be installed
    --> Processing Dependency: libxcb-image.so.0()(64bit) for package: zoom-2.0.70790.1031-1.x86_64
    --> Processing Dependency: libxcb-keysyms.so.1()(64bit) for package: zoom-2.0.70790.1031-1.x86_64
    --> Running transaction check
    ---> Package xcb-util-image.x86_64 0:0.4.0-3.el6 will be installed
    ---> Package xcb-util-keysyms.x86_64 0:0.4.0-1.el6 will be installed
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    =========================================================================================================
     Package                     Arch              Version                     Repository               Size
    =========================================================================================================
    Installing:
     zoom                        x86_64            2.0.70790.1031-1            /zoom_x86_64            198 M
    Installing for dependencies:
     xcb-util-image              x86_64            0.4.0-3.el6                 base                     14 k
     xcb-util-keysyms            x86_64            0.4.0-1.el6                 base                    9.2 k
    
    Transaction Summary
    =========================================================================================================
    Install       3 Package(s)
    
    Total size: 198 M
    Total download size: 23 k
    Installed size: 198 M
    Is this ok [y/N]: y
    Downloading Packages:
    (1/2): xcb-util-image-0.4.0-3.el6.x86_64.rpm                                      |  14 kB     00:00     
    (2/2): xcb-util-keysyms-0.4.0-1.el6.x86_64.rpm                                    | 9.2 kB     00:00     
    ---------------------------------------------------------------------------------------------------------
    Total                                                                    371 kB/s |  23 kB     00:00     
    Running rpm_check_debug
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
      Installing : xcb-util-image-0.4.0-3.el6.x86_64                                                     1/3 
      Installing : xcb-util-keysyms-0.4.0-1.el6.x86_64                                                   2/3 
      Installing : zoom-2.0.70790.1031-1.x86_64                                                          3/3 
    run post install script, action is 1...
      Verifying  : zoom-2.0.70790.1031-1.x86_64                                                          1/3 
      Verifying  : xcb-util-keysyms-0.4.0-1.el6.x86_64                                                   2/3 
      Verifying  : xcb-util-image-0.4.0-3.el6.x86_64                                                     3/3 
    
    Installed:
      zoom.x86_64 0:2.0.70790.1031-1                                                                         
    
    Dependency Installed:
      xcb-util-image.x86_64 0:0.4.0-3.el6                xcb-util-keysyms.x86_64 0:0.4.0-1.el6               
    
    Complete!
  • 相关阅读:
    oracle 中和mysql的group_concat有同样作用的写法
    sql find_in_set在oracle下的解决方案
    Django项目部署:使用uwsgi和nginx的方式
    virtualenvwrapper.sh报错: There was a problem running the initialization hooks.解决
    html中footer如何一直保持在页底
    mysqldump导出备份数据库报Table ‘performance_schema.session_variables‘ doesn‘t exist
    django-ckeditor添加代码功能(codesnippet)
    Django_外键查询和反查询
    python面向对象编程(OOP)
    Django模型中字段属性choice的使用
  • 原文地址:https://www.cnblogs.com/bass6/p/6026480.html
Copyright © 2011-2022 走看看