Flameshot:Best screen shoot app.
- Arch
- Snapshot also available via AUR: flameshot-git.
- Debian 10+:
apt install flameshot
- Ubuntu 18.04+:
apt install flameshot
- Fedora:
dnf install flameshot
- openSUSE
- Void Linux:
xbps-install flameshot
Debian/Ubuntu
Compilation Dependencies:
apt install git g++ build-essential qt5-qmake qt5-default qttools5-dev-tools
Compilation: run qmake && make
in the main directory.
Fedora
Compilation Dependencies:
dnf install qt5-devel gcc-c++ git qt5-qtbase-devel qt5-linguist
Compilation: run qmake-qt5 && make
in the main directory.
Arch
Compilation Dependencies:
pacman -S git qt5-base base-devel qt5-tools
Compilation: run qmake && make
in the main directory.
Comments
Post a Comment