I am using Ubuntu 16.04. I tried to install Flameshot, but got an error saying Unable to locate package flameshot
.
(base) kong:~$ sudo apt install flameshot
[sudo] password for kong:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package flameshot
Results of lsb_release -a
:
(base) kong:~$ lsb_release -a
LSB Version: core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID: Ubuntu
Description: Ubuntu 16.04.6 LTS
Release: 16.04
Codename: xenial
If you want install the Flameshot on Ubuntu 16.04 you can simply build it from the source.
To do that, firstly you need to install these build tools:
And after that download the sources and install them:
According to https://packages.ubuntu.com/search?suite=all§ion=all&arch=any&keywords=flameshot&searchon=names
the
flameshot
package is only available for Ubuntu release 18.04LTS or later.