How to install the best screenshot software on Pop!_OS

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.
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 an open-source screenshot tool for Linux-based operating systems and Windows. It allows you to capture screenshots of your desktop, specific windows, or custom regions, and it provides various annotation and editing features to enhance your screenshots.
Flameshot is a popular choice among Linux users for taking and editing screenshots, and it provides a user-friendly interface for those who need basic screenshot capture and editing capabilities.
shall we?

sudo apt update
When you run "sudo apt update," you are essentially telling the system to refresh the local package index by fetching the latest information about available packages from the software repositories configured on your system.
This ensures that you have the most up-to-date information about available software packages before performing installations or upgrades. It doesn't upgrade the installed software; it only updates the local package database.
After running this command, you can use "sudo apt upgrade" to install the latest versions of the packages on your system.
sudo apt install flameshot -y
Output

flameshot --version
which flameshot
The output of the "which" command helps you identify the location of the executable file, which is essential if you want to include the tool in scripts or if you need to reference its location for any other purpose.
Way to go, guys. You did a great job. You can definitely celebrate!

That's all for today. Thanks for reading this article.
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.