zoukankan      html  css  js  c++  java
  • ubuntu 16.04 安装wechat, chrome等

    安装wechat

    按照https://www.jb51.net/article/131179.htm,结果发现不行。

    用apt-get install electronic-wechat的方式呢,也不行,大概那个是对18版本以上才行。

    从https://github.com/geeeeeeeeek/electronic-wechat/releases下载版本,解压以后就行了

    sudo gedit  /usr/share/applications/wechat.desktop

    [Desktop Entry]
    Encoding=UTF-8
    Version=1.0
    Name=wechat
    GenericName=wechat
    Exec=/opt/wechat/electronic-wechat
    Terminal=false opt/wechat/wechat.jpeg
    Type=Application
    Comment=wechat_web
    Categories=Application;

    安装google-chrome

     wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo sh -c 'echo "deb https://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
    sudo apt-get update -y
    sudo apt-get install google-chrome-stable y



  • 相关阅读:
    mount命令详解
    traceroute命令详解
    etcd节点扩容至两个节点
    shell历史命令
    etcd单节点安装
    linux中修改环境变量及生效方法
    ansible最佳实战部署nginx
    用roles部署nginx
    playbook部署mangodb
    安装mangodb
  • 原文地址:https://www.cnblogs.com/tangxiaosheng/p/10576632.html
Copyright © 2011-2022 走看看