天天看点

Ubuntu 16.04安装截图工具flameshot安装截图工具flameshot

安装截图工具flameshot

Install

ubuntu 18.04

sudo apt install flameshot
           

ubuntu 16.04

git clone https://github.com/flameshot-org/flameshot.git
cd flameshot
git checkout v0.6.0
sudo apt install -y git g++ build-essential qt5-qmake qt5-default qttools5-dev-tools
mkdir build && cd build && qmake ..
sudo make install -j 4 

## use
flameshot gui
> bash: /usr/bin/flameshot: 没有那个文件或目录
which flameshot
> /usr/local/bin/flameshot
sudo ln -s /usr/local/bin/flameshot /usr/bin/flameshot
flameshot gui
# success
           

转载请注明出处: https://blog.csdn.net/shizheng163

继续阅读