Ubuntu’s built-in screenshot tool is fine for quick grabs, but it runs out of room fast once you need arrows, blur, counters, or repeatable keyboard shortcuts. Flameshot fills that gap, and you can install Flameshot on Ubuntu 26.04, 24.04, or 22.04 with either the built-in Universe package or a current Flathub build when you want newer fixes than the repo package.
Flameshot’s own Linux download options point back to package-managed installs, so you do not need a separate Flameshot download or standalone .deb for Ubuntu. APT gives the cleanest desktop integration, while Flatpak is the better fit when you want a current upstream build on 24.04 or 22.04. From there, the practical part is straightforward: launch commands, keyboard shortcuts, Wayland fixes, updates, and clean removal.
Install Flameshot on Ubuntu
APT is the best default for most Ubuntu desktops because the package is already maintained in Universe on every supported LTS release. Flatpak stays useful when you want the same newer build on all three releases instead of waiting for the Ubuntu package to catch up.
| Method | Channel | Version | Updates | Best For |
|---|---|---|---|---|
| APT | Ubuntu Universe | Distribution default | Via standard apt upgrades | Most users who want the cleanest Ubuntu integration |
| Flatpak | Flathub | Latest upstream release | Via flatpak update | Users who want the newest build on 24.04 or 22.04 |
Ubuntu currently packages Flameshot 13.3.0+git20251204-1 on 26.04, 12.1.0-2build2 on 24.04, and 11.0.0-2 on 22.04, all from the Universe component.
Install Flameshot from Ubuntu’s Repositories
Ubuntu’s own package is the right starting point for most systems. It stays on the normal APT update path and gives you the standard flameshot launcher without extra desktop integration work.
sudo apt update
These commands use
sudofor package management tasks. If your account does not have sudo access yet, follow the guide on how to add a new user to sudoers on Ubuntu, then come back here.
Most Ubuntu desktop installs already have Universe enabled. If apt says it cannot locate flameshot on a minimal or customized system, only Universe is required; the guide on how to enable Universe and Multiverse in Ubuntu covers that repository switch.
sudo apt install flameshot -y
On Ubuntu 26.04, expected output includes:
flameshot --version
Flameshot v13.3.0 (Debian-13.3.0+git20251204-1) Compiled with Qt 6.9.2
Ubuntu 24.04 reports 12.1.0-2build2, and Ubuntu 22.04 reports 11.0.0-2.
Install Flameshot from Flathub on Ubuntu
Flatpak is the cleaner alternative when you want the same newer build across all supported Ubuntu LTS releases. On Ubuntu 24.04 and 22.04, Flathub already provides Flameshot 13.3.0 while the Ubuntu package trails behind.
Ubuntu does not install Flatpak by default. If
flatpakis missing, follow the guide on how to install Flatpak on Ubuntu, then return here and keep using the same terminal session.
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
Confirm that Flathub is available at system scope before you install the app:
flatpak remotes | grep "^flathub"
flathub system
sudo flatpak install flathub org.flameshot.Flameshot -y
Verify the Flatpak build with the application metadata instead of a GUI launch:
flatpak info org.flameshot.Flameshot
Flameshot - Powerful yet simple to use screenshot software
ID: org.flameshot.Flameshot
Ref: app/org.flameshot.Flameshot/x86_64/stable
Arch: x86_64
Branch: stable
Origin: flathub
Version: 13.3.0
Runtime: org.kde.Platform/x86_64/6.9
Launch and Use Flameshot on Ubuntu
Flameshot installs from a terminal, but it still needs a graphical session to capture your screen. Plain flameshot starts the background tray app, while flameshot gui jumps straight into region capture.
Start Flameshot from the Ubuntu Terminal
Use the normal launcher command for the Ubuntu package, or the Flatpak run command if you installed the Flathub build.
# Ubuntu package
flameshot
flameshot gui
# Flatpak build
flatpak run org.flameshot.Flameshot
flatpak run org.flameshot.Flameshot gui
Capture a Region with Flameshot
This is the command group most users reach for every day. The --path option saves into a chosen folder, and --delay uses milliseconds.
flameshot gui
flameshot gui --path ~/Pictures/Screenshots
flameshot gui --delay 3000
Capture the Full Screen with Flameshot
Fullscreen mode skips the region picker and works better for repeated captures or scripted desktop grabs.
flameshot full
flameshot full --path ~/Pictures/Screenshots --delay 5000
flameshot full --clipboard --path ~/Pictures/Screenshots
Open the Flameshot Configuration Menu
The configuration subcommand handles the main desktop settings, including the help overlay and a quick check for config-file errors.
flameshot config
flameshot config --showhelp true
flameshot config --check
flameshot: info: No errors detected.
Capture One Monitor with Flameshot
Multi-monitor desktops can target a single display by number. Monitor numbering starts at 0.
flameshot screen --number 0
Set a Flameshot Keyboard Shortcut on Ubuntu
GNOME already owns the Print Screen key, so clear the default screenshot binding before you attach it to Flameshot.
- Open Settings > Keyboard > View and Customise Shortcuts > Screenshots, then clear the existing interactive screenshot shortcut.
- Open Settings > Keyboard > View and Customise Shortcuts > Custom Shortcuts, then create a new shortcut named Flameshot.
- Use
/usr/bin/flameshot guifor the Ubuntu package, orflatpak run org.flameshot.Flameshot guifor the Flatpak build. - Bind that shortcut to Print Screen or any other key combination you prefer.

Update or Remove Flameshot on Ubuntu
Stick with the update path that matches the method you installed. Mixing APT and Flatpak updates for the same app just makes it harder to track which build you are launching.
Update Flameshot on Ubuntu
APT updates only the Ubuntu package, while Flatpak updates the Flathub build at the same system scope used during installation.
# Ubuntu package
sudo apt update && sudo apt install --only-upgrade flameshot -y
# Flatpak build
sudo flatpak update org.flameshot.Flameshot -y
Remove Flameshot on Ubuntu
Remove the app with the package manager that installed it, then verify that the method-specific package is gone before you clean up settings.
# Ubuntu package
sudo apt remove --autoremove flameshot -y
# Flatpak build
sudo flatpak remove --delete-data org.flameshot.Flameshot -y
sudo flatpak uninstall --unused -y
On Ubuntu 26.04, relevant output after removing the Ubuntu package includes:
apt-cache policy flameshot
flameshot:
Installed: (none)
Candidate: 13.3.0+git20251204-1
Version table:
13.3.0+git20251204-1 500
500 http://au.archive.ubuntu.com/ubuntu resolute/universe amd64 Packages
Relevant output after removing the Flatpak build includes:
flatpak list --app | grep -F org.flameshot.Flameshot || echo "not installed"
not installed
Remove Flameshot Settings on Ubuntu
Only remove personal settings after you uninstall the application and only if those directories really exist. APT builds usually write to ~/.config/flameshot, while Flatpak can also create ~/.var/app/org.flameshot.Flameshot after first launch.
Deleting these directories clears your custom save path, annotation preferences, and any sandbox data. Skip this cleanup if you plan to reinstall Flameshot with the same settings.
find "$HOME/.config" "$HOME/.cache" "$HOME/.local/share" "$HOME/.var/app" -maxdepth 2 -iname '*flameshot*' 2>/dev/null
If that command prints any paths, delete only the ones you actually see.
Fix Common Flameshot Problems on Ubuntu
The most common Ubuntu issues show up on GNOME Wayland, where screenshot permissions, portal packages, and Print Screen bindings can interfere with Flameshot even when the package itself installed correctly.
Fix the Flameshot Wayland "Unable to Capture Screen" Error on Ubuntu
Flameshot’s own Wayland help page calls out this error on Ubuntu GNOME. Check your current session type first so you know whether you are troubleshooting Wayland or plain X11 behavior.
echo "$XDG_SESSION_TYPE"
wayland
If the session reports wayland, install the portal package first. If flatpak is missing, install that package too because the permission helper lives in the Flatpak CLI even when Flameshot itself came from APT.
sudo apt install flatpak xdg-desktop-portal-gnome -y
Then grant the screenshot permission through the portal store:
flatpak permission-set screenshot screenshot org.flameshot.Flameshot yes
After that, log out and back in, then retry flameshot gui from a terminal before you test the keyboard shortcut again.
Fix Flameshot Print Screen Shortcuts on Ubuntu Wayland
If Flameshot works from a terminal but fails from the GNOME shortcut, Flameshot’s Wayland notes recommend wrapping the command in a shell so the Wayland platform variable is applied before capture starts.
bash -c -- "QT_QPA_PLATFORM=wayland /usr/bin/flameshot gui"
Use that command in the custom shortcut field instead of the plain /usr/bin/flameshot gui entry if the Print Screen binding keeps returning the same error.
Show the Flameshot Tray Icon on Ubuntu GNOME
GNOME hides legacy tray icons by default, so Flameshot’s background launcher can appear to start without showing a visible icon.
sudo apt install gnome-shell-extension-appindicator -y
Sign out and back in after the package installs, then launch Flameshot again. If you still do not want to rely on the tray icon, keep using flameshot gui or the custom keyboard shortcut instead.
Flameshot on Ubuntu FAQ
Yes. Ubuntu packages flameshot in the Universe repository on 26.04, 24.04, and 22.04. If apt cannot find it on a minimal or customized install, enable Universe first and then install the normal Ubuntu package.
No. Ubuntu already provides the APT package, and Flathub provides the current Flatpak build if you want a newer release on 24.04 or 22.04. A manual download only makes sense if you are intentionally testing upstream release assets outside normal package management.
On GNOME Wayland, Flameshot can need screenshot permission through the desktop portal before it can capture the screen. The upstream fix is flatpak permission-set screenshot screenshot org.flameshot.Flameshot yes. If the launcher preview still stays blank, install xdg-desktop-portal-gnome and retry from a terminal with flameshot gui.
Not right now. On Ubuntu 24.04 and 22.04, snap install flameshot currently fails because the store cannot resolve the required kde-frameworks-5-91-qt-5-15-3-core20 dependency. The Ubuntu package and the Flathub build are the safer choices until that snap dependency issue is fixed.
Conclusion
Flameshot is ready on Ubuntu for quick captures, keyboard shortcuts, and annotation without leaving the desktop. If you want heavier touch-up work after a screenshot, install GIMP on Ubuntu. If you want fast batch resizing, conversion, or watermarking after capture, install ImageMagick on Ubuntu.
Thanks for sharing your knowledge about flameshot. For me it is essential in my Ubuntu installation.
Thanks Paco for the feedback.