How to install Flameshot app on Ubuntu?

I'm a passionate software developer.
Search for a command to run...

I'm a passionate software developer.
No comments yet. Be the first to comment.
Flameshot Flameshop is a powerful yet simple to use screenshot software. Features: Customizable appearance; Easy to use. In-app screenshot editing. DBus interface. Upload to Imgur. Installation Open the terminal and run the following command...
Components Introduction In order to truly understand props in React, we first need to be clear on what components are. A component is a reusable piece of the user interface that encapsulates structure, styling, and behavior. Instead of repeating the ...

Introduction Context By default, Codespace is using the GITHUB_TOKEN env var (the “Codespaces token”), which can’t create repos. It’s necessary to authenticate gh with a token/account that has the right scopes, or create the repo on the web first. Ob...

Solution Here it is: git commit --allow-empty-message -m "" Explanation To create a Git commit without a message, or with an empty message, you can use the --allow-empty-message flag with the git commit command. git commit --allow-empty-message -m "...

Steps Cleanup phase This phase’s goal is to removes existing containers, volumes, networks and images Stop and remove volumes docker compose down --volumes --remove-orphans The previous command stops and removes containers, networks, and default volu...

Steps Stop the service It’s not mandatory, but before uninstalling, it's a good practice to stop any running Docker services. sudo systemctl stop docker Remove docker packages It’s used to completely and forcefully remove a list of specified packag...


[Features:](https://github.com/flameshot-org/flameshot#features)
Customizable appearance;
Easy to use.
In-app screenshot editing.
DBus interface.
Upload to Imgur.
Open the terminal and run the following command:
sudo apt install flameshot
You should be able to see something like this

There are severals to check your installation, the simplest way is to run the software.
Anyway, let me show you a couple of other ways
flameshot -v
You should be able to see something like this

In the terminal
which flameshot
You should be able to see something like this:

When you run the which command with a specific command or program name, it searches through the directories listed in the $PATH environment variable to find the location of the executable file associated with that command. It then displays the absolute path of the executable file on the terminal.
In the terminal
flameshot
In your tray icon area, on your right side, You should be able to see something like this:

![]()
I hope this article helped you. Let me know if you have any questions.
Your thoughts, suggestions and corrections are more than welcome.
By the way, feel free to drop your suggestions on new blog articles.
Hope to see you next time.