美文网首页
Ubuntu 下安装wechat

Ubuntu 下安装wechat

作者: hnscdg | 来源:发表于2018-08-24 20:46 被阅读0次

1. Open terminal via Ctrl+Alt+T or by searching it from app launcher. When it opens, run command to install snapd daemon and snapd-xdg-open if you don’t already have them installed:

sudo apt install snapd snapd-xdg-open

Type in your password (no visual feedback while typing due to security reason) and hit Enter.

image

2. Then install the wechat app via command:

sudo snap install electronic-wechat

install wechat snap

Once installed, launch the desktop app from your app launcher and enjoy!

image

Uninstall:

To remove the app, run following command in a terminal window:

sudo snap remove electronic-wechat

相关文章

网友评论

      本文标题:Ubuntu 下安装wechat

      本文链接:https://www.haomeiwen.com/subject/jsiiiftx.html