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



原文地址:https://www.cnblogs.com/tangxiaosheng/p/10576632.html