# Capturing Screenshots on Ubuntu: A Guide to Installing Flameshot

---

## Flameshot

#### Flameshop is a powerful yet simple to use screenshot software.

![https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/animatedUsage.gif](https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/animatedUsage.gif align="left")

[Features:](%5Bhttps://github.com/flameshot-org/flameshot#features%5D(https://github.com/flameshot-org/flameshot#features))

* Customizable appearance;
    
* Easy to use.
    
* In-app screenshot editing.
    
* DBus interface.
    
* Upload to Imgur.
    

---

### Installation

Open the terminal and run the following command:

```apache
sudo apt install flameshot
```

You should be able to see something like this

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685373846030/03f2b3a6-d9d4-4f44-a4ae-17ab02b3f0a6.png align="center")

---

### Check installation

There are several ways to check your installation, the simplest way is to run the software.

Anyway, let me show you a couple of other ways.

---

#### Check version

```apache
flameshot -v
```

You should be able to see something like this

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685373911715/c9e9969e-b885-4484-af83-41b045c4fc50.png align="center")

---

#### Check path

In the terminal

```apache
which flameshot
```

You should be able to see something like this:

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685374091453/0cbb6a8d-099a-4129-8404-07882bfc5cd2.png align="center")

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.

---

#### Run

In the terminal

```apache
flameshot
```

In your tray icon area, on your right side, You should be able to see something like this:

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1685374206559/12ab5c8a-2840-42c4-8c03-575520aa525c.png align="center")

---

### **Celebrate**

![Best Michael Scott Reaction GIFs | Gfycat](https://thumbs.gfycat.com/FriendlyRadiantBumblebee-max-1mb.gif align="left")

---

### **Let's connect**

* [**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 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.

---
