µ
mithun madhusoodananakamantleCurve@mithun.co:~$
001
002
003
004
005
006
007
008
009
010
011
012
013
014
015
016
017
018
019
020
021
022
023
024
025
026
027
028
---
title:    "Install flameshot on ubuntu 16.04"
date:     2018-01-05T11:30:26
author:   Mithun
category: software
tags:     [flameshot-ubuntu, ubuntu-16-04, install-flameshot]
reading:  ~1 min
---

# 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 :)
## comments (5)
  1. Julio Alexander Sieg· 2018-07-18

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

  2. Alkesh Miyani· 2018-08-17

    All the above steps followed by me and finally there is no result.

  3. Mithun· 2018-08-17

    There is a ppa now. Isn't it working? I will update the post after checking them.

  4. Mina Mikhail· 2018-09-04

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

    requires libqt5svg5-dev
    $ sudo apt install libqt5svg5-dev

  5. Mamud· 2019-10-15

    You have to install libqt5svg5-dev

    Anyway the tip works for me

NORMAL~/software/install-flameshot-on-ubuntu-16-04/● main
utf-8LFmd● rec2026-05-17 19:25