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

---

## Flameshot

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.

---

### Characteristics

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.

---

## Solution

Let's proceed with the installation.

---

## Update package information

```plaintext
sudo apt update
```

---

## Install flameshot

```plaintext
sudo apt install flameshot
```

---

## Check installation

### Executable location

```plaintext
which flameshot
```

---

### Version

```plaintext
flameshot --version
flameshot --v
```

---

## Run

```plaintext
flameshot &
```

---

## Done

---

## **Celebrate**

You've made it!

![The Office GIF - The Office Happy - Discover & Share GIFs](https://media.tenor.com/5F2BovYyscYAAAAd/the-office.gif align="left")

---

## **Let's become friends**

* [**Github**](https://github.com/alexcalaca)
    
* [**LinkedIn**](https://linkedin.com/in/alexandrecalacaofficial)
    
* [**Hashnode**](https://hashnode.com/onboard?next=/@alexandrecalaca)
    
* [**Youtube**](https://www.youtube.com/@alexandrecalacaofficial)
    

---

## **Final thoughts**

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.

---
