How to install Flameshot on Elementary OS 6.1 or any other Ubuntu-based Linux distribution via the terminal emulator?

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.
Debian Debian is a popular and influential open-source operating system known for its stability, security, and commitment to free and open-source software principles. It serves as the foundation for various other Linux distributions, including Ubuntu...
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...

Flameshot is a user-friendly and feature-rich screenshot utility that is widely used in the Linux community due to its versatility and ease of use.
It's especially useful for tasks that involve capturing, annotating, and sharing screenshots.
The most important characteristics are blur tool, copy to clipboard and save in various formats.
The Blur Tool functionality lets you pixelate or blur specific areas of your screenshot, which can be handy for obscuring sensitive information.
Let's proceed with the installation.
sudo apt update
sudo apt install flameshot
which flameshot
flameshot --version
flameshot --v
flameshot &
You've made it!

I hope this article has been helpful to you. Please feel free to reach out if you have any questions. Your thoughts, suggestions, and corrections are more than welcome.
By the way, don't hesitate to drop your suggestions for new blog articles.
I look forward to seeing you next time.