This article covers how to install the flameshot application on CentOS 8. You will also learn how you can remove it from your CentOS 8 if you don’t need more on your system.Main features of flameshot includes:1. Supports graphical and CLI mode.2. Edit images instantly.3. Image uploads to Imgur.4. Export and import configuration.5. Easy to use and customizable.To Install Flameshot in Linux:Flameshot can be installed using package managers. Before installing through this method make sure you verify the version that ships with your OS:$ sudo dnf install flameshot # Rhel, Centos, Fedora$ sudo apt install flameshot # Debian, Ubuntu-based distro OR# Ubuntu based distribution$ wget https://github.com/flameshot-org/flameshot/releases/download/v0.9.0/flameshot-0.9.0-1.ubuntu-20.04.amd64.deb$ dpkg -i flameshot-0.9.0-1.ubuntu-20.04.amd64.deb# Rhel based distribution$ wget https://github.com/flameshot-org/flameshot/releases/download/v0.9.0/flameshot-0.9.0-1.fc32.x86_64.rpm$ rpm -i flameshot-0.9.0-1.fc32.x86_64.rpm