Categories: Software

Install flameshot on ubuntu 16.04

Update 2

In ubuntu 18.04, flameshot can be installed directly

sudo apt install flameshot

Update

There is a ppa for this now. Follow the below link

https://launchpad.net/~harish2704/+archive/ubuntu/ppa1


First check whether you have git installed

sudo apt install git

Clone the repository using this command

git clone https://github.com/lupoDharkael/flameshot.git

Go to the clone directory

cd flameshot

Install the dependencies

sudo apt install -y git g++ build-essential qt5-qmake qt5-default qttools5-dev-tools

Compile and install using qmake and make install

qmake

make install #desktop entry fails with warning

To use it

flameshot gui #via terminal

Enjoy smile

Mithun

View Comments

  • To use it on keyboard shortcut just add an shortcut calling "flameshot gui" and the prntscr button (working on ubuntu 16.04)

  • On 16.04 qmake will fail
    //Project ERROR: Unknown module(s) in QT: svg

    requires libqt5svg5-dev
    $ sudo apt install libqt5svg5-dev

Share
Published by
Mithun

Recent Posts

Quick release mount systems Compatibility chart

Plate Base FALCAM F38 Ulanzi Uka PGYTECH SNAPLOCK PeakDesign Falcam F38 ⬤ ✕ ✕ ✕…

7 months ago

Happy New Year 2025

I really thought I would keep up with the blog in 2024. But, it didn't…

8 months ago

Happy New Year 2024

Oh boy, there were a lot of things that happened this year. Like last year,…

2 years ago

Happy New Year 2023

This has become a abandoned blog. I will try to fix things this year. More…

3 years ago

Happy New Year 2022

Let me start off by saying, i have more blog posts this year than the…

4 years ago

Fix for xbox “This App Needs a Few Things That Are Missing on this PC”

This happened because your windows has run out of space. If you get this error…

4 years ago

This website uses cookies.