• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

flameshot: command not found

by Deepika

Flameshot is a free and open-source screenshot utility for Linux that provides a graphical user interface (GUI) for taking screenshots. It allows you to capture the entire screen, a specific window, or a selected rectangular area. It also provides a number of editing features that you can use to mark up the screenshot before you save it.

One of the key features of Flameshot is its ability to add text, shapes, and colors to the screenshot. This can be useful for highlighting specific areas of the screenshot or adding notes or explanations. The text feature also allows to choose font size, font style and color. Flameshot also provides support for basic image editing, such as cropping, resizing, and adjusting the brightness and contrast of the screenshot.

Another interesting feature of flameshot is it’s ability to upload the screenshot directly to imgur, which is a popular image-sharing website. This allows you to quickly share the screenshot with others without having to save it to your local machine first. Flameshot is lightweight and easy to use, making it a great tool for anyone who needs to take screenshots on a regular basis, or for those who need to quickly share a screenshot with others. It’s also highly customizable, allowing to change it’s appearance and behavior to fit users needs.

If you encounter the below error while running the command flameshot:

flameshot: command not found

you may try installing the below package as per your choice of distribution:

Distribution Command
Debian apt-get install flameshot
Ubuntu apt-get install flameshot
Arch Linux pacman -S flameshot
Kali Linux apt-get install flameshot
Fedora dnf install flameshot

flameshot Command Examples

1. Create a fullscreen screenshot:

# flameshot full

2. Create a screenshot interactively:

# flameshot gui

3. Create a screenshot and save it to a specific path:

# flameshot gui --path path/to/directory

4. Create a screenshot interactively in a simplified mode:

# flameshot launcher

5. Create a screenshot from a specific monitor:

# flameshot screen --number 2

6. Create a screenshot and print it to the standard output:

# flameshot gui --raw

7. Create a screenshot and copy it to the clipboard:

# flameshot gui --clipboard

8. Create a screenshot with a specific delay in milliseconds:
flameshot full –delay 5000

Filed Under: Linux

Some more articles you might also be interested in …

  1. How to Stop/disable Firewalld on CentOS/RHEL 8
  2. How to Audit File Access on Linux
  3. renice Command Examples in Linux
  4. Basics of Ethernet Bonding in Linux
  5. Basic Linux File system tutorial – ext2, ext3, ext4, JFS and XFS
  6. How to determine file and free space fragmentation of OCFS2
  7. aplay: command not found
  8. Ngrok how to share localhost to world
  9. How to Add a 3rd Disk to Create a 3-way Mirror RAID1 MD Device (CentOS/RHEL 7)
  10. Spacewalk Installation Steps On CentOS/RHEL

You May Also Like

Primary Sidebar

Recent Posts

  • nixos-rebuild Command Examples in Linux
  • nixos-option: Command Examples in Linux
  • nixos-container : Command Examples in Linux
  • nitrogen Command Examples in Linux

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright