Categories: DesktopShellUbuntu

Install Flameshot Screenshot Tool in Ubuntu 22.04

Flameshot is an open-source screenshot and annotation tool designed for Linux, macOS, and Windows systems. The best thing about this screenshot tool is that it operates with both the graphical user interface as well as the command-line interface. It is a very easy-to-use screenshot tool that provides users with a high level of flexibility and customization. In today’s article, we will be installing Flameshot on a Ubuntu system. These instructions have been tested on Ubuntu 22.04 and Ubuntu 20.04.

Installing Flameshot on Ubuntu 22.04

For installing the Flameshot screenshot tool on your Ubuntu system, you will have to perform the following steps:

Step # 1: Perform the System Cache Update

You need to perform your system cache update by executing the command shown below:

$ sudo apt update

With this system update, your Ubuntu 20.04 machine will be all set to install the Flameshot screenshot tool on it.

Step # 2: Install Flameshot in Ubuntu 20.04:

Now, you can install Flameshot on Ubuntu 20.04 by executing the following command in your system’s terminal:

$ sudo apt install flameshot

Once the Flameshot screenshot tool will be installed on your Ubuntu Desktop, the terminal will display these messages as an indication.

Step # 3: Launch Flameshot on Ubuntu

You can launch Flameshot in Ubuntu by searching for it in the Activities search bar as shown in the image below:

Clicking on this search result will cause the Flameshot icon to appear on your Ubuntu system's taskbar as highlighted in the following image. You can click on this icon to launch a menu that will present you with various options for using this screenshot tool as shown in the following image:

Removing Flameshot

When you no longer want to use this screenshot tool on your Ubuntu system, you can remove it by executing the command shown below:

$ sudo apt-get purge flameshot

The successful execution of this command will remove Flameshot and its dependencies from your Ubuntu 20.04 system.

Finally, you can also remove all those packages and dependencies that are not needed any longer by executing the following command:

$ sudo apt-get autoremove

Once this command has completed its execution, you will see the below-shown messages on your terminal:

Conclusion

In this guide, we explained how to install the Flameshot screenshot utility on a Ubuntu 22.04 system.

Vitux Staff

Recent Posts

How to Install Magento 2 on AlmaLinux

Magento is a free and open-source e-commerce platform written in PHP. It is simple, easy…

1 year ago

How to Install ISPConfig Hosting Control Panel with Apache Web Server on Ubuntu 24.04

ISPConfig is an open-source control panel that allows users to manage multiple servers from a…

1 year ago

How to Test your Email Server (SMTP) Using the Telnet Command

As a Linux administrator, you may find it necessary to troubleshoot or test your Simple…

1 year ago

Managing Network Interfaces and Settings on Ubuntu 24.04 with nmcli

Ubuntu 24.04, like many modern Linux distributions, relies on the NetworkManager for managing network connections.…

2 years ago

Using Restic Backup on Ubuntu 24.04

Restic is a modern, open-source backup program designed for efficiency, security, and simplicity. It enables…

2 years ago

Installing phpMyAdmin on Rocky Linux 9 and Securing it with Let’s Encrypt SSL

phpMyAdmin is a popular free tool written in PHP intended to administer MySQL and MariaDB…

2 years ago