• Centos7安装teamviewer 32/64位


    centos7安装teamviewer
    teamviewer安装包,自己去官网下吧,不用找了,估摸着就没有Centos7 64位的
    所以直接下centos teamviewer 32位那个rpm包吧
    我们只需要安装32位库就可以了
    安装32位库教程
    http://blog.csdn.net/qq_34829953/article/details/77817320

    [root@biaopei Downloads]# rpm -ivh teamviewer_12.0.76279.i686.rpm 
    warning: teamviewer_12.0.76279.i686.rpm: Header V4 RSA/SHA1 Signature, key ID 0c1289c0: NOKEY
    error: Failed dependencies:
        libXtst.so.6 is needed by teamviewer-12.0.76279-0.i686   #缺少文件就安装上去呗
    [root@biaopei Downloads]# yum install libXtst.so.6
    Loaded plugins: fastestmirror, langpacks
    Loading mirror speeds from cached hostfile
     * base: mirror.bit.edu.cn
     * extras: mirrors.hust.edu.cn
     * updates: mirrors.163.com
    Resolving Dependencies
    There are unfinished transactions remaining. You might consider running yum-complete-transaction, or "yum-complete-transaction --cleanup-only" and "yum history redo last", first to finish them. If those don't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help).
    --> Running transaction check
    ---> Package libXtst.i686 0:1.2.2-2.1.el7 will be installed
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    =========================================================================================
     Package             Arch             Version                     Repository        Size
    =========================================================================================
    Installing:
     libXtst             i686             1.2.2-2.1.el7               base              20 k
    
    Transaction Summary
    =========================================================================================
    Install  1 Package
    
    Total size: 20 k
    Installed size: 28 k
    Is this ok [y/d/N]: y
    Downloading packages:
    Running transaction check
    Running transaction test
    Transaction test succeeded
    Running transaction
      Installing : libXtst-1.2.2-2.1.el7.i686                                            1/1 
      Verifying  : libXtst-1.2.2-2.1.el7.i686                                            1/1 
    
    Installed:
      libXtst.i686 0:1.2.2-2.1.el7                                                           
    
    Complete!
    [root@biaopei Downloads]# rpm -ivh teamviewer_12.0.76279.i686.rpm 
    warning: teamviewer_12.0.76279.i686.rpm: Header V4 RSA/SHA1 Signature, key ID 0c1289c0: NOKEY
    Preparing...                          ################################# [100%]
    Updating / installing...
       1:teamviewer-12.0.76279-0          ################################# [100%]
    gtk-update-icon-cache: Cache file created successfully.
    [root@biaopei Downloads]# 

    给张效果图
    这里写图片描述

  • 相关阅读:
    TCP/IP,HTTP,HTTPS,WEBSocket协议
    mysql优化
    PHP基础算法
    php----函数大全
    面试题总结101-)
    扫描一个目录下的所有文件,根据这些文件的创建日期生成一个文件夹,然后把这些文件移入这个文件夹下面
    对执行文件下的文件按照时间
    [合集]解决Python报错:local variable 'xxx' referenced before assignment
    python 函数私有方法
    去哪儿面试题- 一组描述由人组成的网络的测试用例校验是否联通
  • 原文地址:https://www.cnblogs.com/biaopei/p/7730476.html
Copyright © 2020-2023  润新知