Although popular distributions of Linux usually have pre-installed software for taking screenshots, but if you want some advanced features such as annotation then you can try KSnip.
Ksnip is a free and open-source cross-platform tool with the help of it we can not only take screenshots but also add comments to it. It can take a screenshot of the active window with the selected rectangular area, full screen, and also take screenshots in a short time delay.
The good thing for Linux users is that it is also available in the AppImage format. Because AppImage files do not require installation. We can run them directly by either double-clicking on it or via the command line.

KSnip supports the following screenshot types:
Rect Area | Last Rect Area | Full Screen | Current Screen | Active Window | Window Under Cursor | Without Mouse Cursor | |
---|---|---|---|---|---|---|---|
X11 | X | X | X | X | X | X | |
KDE Wayland | X | X | X | ||||
Gnome Wayland | X | X | X | X | X | X | |
Windows | X | X | X | X | X | X | |
MacOS | X | X | X | X |
Read more: How to download videos from Twitter
Download KSnip
Binaries can be download from here . RPM, DEB and AppImage are currently available for Linux, DMG package for Mac OS and EXE file for Windows.
AppImage (Linux)
To use AppImages, just make that file executable. After that simply double click or execute from the command line.
$ chmod a + x ksnip * .AppImage
$ ./ksnip*.AppImage
RPM (Linux)
Simply install the rpm file with the rpm command and then use it.
$ rpm -Uvh ksnip * .rpm
$ ksnip
DEB (Linux)
Install and use the deb file via dpkg.
$ sudo dpkg -i ksnip * .deb
$ ksnip
EXE (Windows)
The exe file comes in a zipped package with all the necessary dependencies that just need to be unzipped with your favorite zip tool. Ksnip can then can be started by simply double-clicking ksnip.exe.
DMG (MacOS)
The app file comes in a dmg package and open it and drag the ksnip. app file into the application folder. After that, the application can be started by double clicking on ksnip.app.