系统相关
首页 > 系统相关> > Ubuntu 安装微信

Ubuntu 安装微信

作者:互联网

[转]https://www.jianshu.com/p/f7ac9970b24f

 

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



作者:hnscdg
链接:https://www.jianshu.com/p/f7ac9970b24f
来源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。

标签:微信,app,sudo,wechat,snapd,install,Ubuntu,snap,安装
来源: https://blog.csdn.net/tennyear/article/details/95045695