Ubuntu 安装截图软件 flameshot 、微信 electronic-wechat和 minicom

目录

一、截图工具flameshot

二、微信electronic-wechat

2.1 法一

2.2 法二

三、minicom


一、截图工具flameshot

linux安装flameshot

1、去github下载对应deb版本

Releases · flameshot-org/flameshot · GitHub

2、先更新一次依赖

sudo apt-get install -f

3、安装依赖

# Compile-time
apt install g++ cmake build-essential qt5-default qttools5-dev-tools libqt5svg5-dev qttools5-dev

# Run-time
apt install libqt5dbus5 libqt5network5 libqt5core5a libqt5widgets5 libqt5gui5 libqt5svg5

# Optional
apt install git openssl ca-certificates

4、安装

sudo dpkg -i '/home/下载/flameshot-0.10.2-1.ubuntu-18.04.amd64.deb' 

参考以下两篇文章,但还是安装新版失败

Ubuntu(Linux)系统截图软件推荐flameshot_ubuntu安装snipaste_wildCoding的博客-CSDN博客

ubuntu 安装flameshot截图软件及设置快捷键_flameshot快捷键_a little cabbage的博客-CSDN博客

5、最后直接安装了

sudo apt install flameshot

是旧版 0.5.1-2

6、输入使用

flameshot gui

7、可以设置快捷键

二、微信electronic-wechat

注意:下载的微信是网页版,现在好像已经不能登录了

2.1 法一

利用ubuntu的snap软件商店安装

1、首先确保安装了snapd和snapd-xdg-open

sudo apt install snapd snapd-xdg-open

2、运行完成后,便开始安装electronic-chat,命令为:

sudo snap install electronic-chat

3、微信客户端开始安装,安装完成后,输入命令启动:

electronic-chat

首次登录用户,需要扫描二维码同意登录。


4、如果你需要移除微信客户端,也很简单,只需要敲下下面这行命令:

sudo snao remove electronic-wechat

5、也可能出现snap的错误,参考解决

ubuntu安装软件提示snap错误has install-snap change in progress_"错误:snap \"snap-store\" has \"install-snap\" chang_Yietion的博客-CSDN博客

2.2 法二

从GitHub网站上下载electronic-wechat文件进行安装是第二种方案。在下载前,你需要选择适合自己的版本。笔者使用的是64位ubuntu系统,下载了linux-x64.tar.gz.。

https://github.com/geeeeeeeeek/electronic-wechat/releases
打开终端并输入以下命令解压文件:

tar xvf linux-x64.tar.gz

文件释出之后,运行下面命令:

./electronic-chat

2.3 法三

通过wine

Ubuntu 20.04.2 LTS安装微信(wine)_ubuntu 20.04.4 lts怎么下载微信_Elias94的博客-CSDN博客

Linux玩家必备:Ubuntu完全配置指南 - 知乎

https://www.cnblogs.com/Paoyao/p/15292431.html

阿里云盘分享

三、minicom

ubuntu下使用串口调试终端minicom链接typec接口_ubuntu串口终端_six2me的博客-CSDN博客

猜你喜欢

转载自blog.csdn.net/qq_47941078/article/details/132886123
今日推荐