How to take screenshots on Linux? Or in an Ubuntu system? If you don’t know the answer, this article on capturing a screenshot on Linux or Ubuntu is for you. It is extremely easy to print screen on these platforms or any others which have Linux as the root OS. To take a picture of your screen in Linux, just follow the simple steps given below based on your requirements. We will list them under different sections that you can depend to take a screenshot in Ubuntu or Linux. Have a look.
We will also share a few Linux screenshot tools for you. This will help you to easily grab the best screenshots from your PC. Without explaining too much, let’s directly dive into the methods for printing screen on Linux or Ubuntu.
How to Take a Screenshot on Linux or Ubuntu
Here, we will list the methods for taking screenshots in Linux as well as its child operating systems such as GNOME, Ubuntu, etc. So, be sure to confirm the correct method that fits your computer before proceeding.
How to Take a Screenshot in Ubuntu (GNOME)
- Go to the main menu of Ubuntu.
- Navigate to Applications > Accessories > Take Screenshot.
- And use the tool for the purpose.
You could utilize the tool for different kinds of screenshots such as full screen, window, selected area, etc. In addition, the tool also lets you control certain features.
How to Capture Screenshot in Ubuntu using PrintScreen Button
Like in Windows, you could simply use the “PrtScn” button on your keyboard for taking screenshots in Ubuntu/GNOME. Pressing “Alt+PrtScn” buttons together will help you to take a screenshot of a particular window. Like the same, pressing “Shift+PrtScn” will let you capture a selected area of your screen. After pressing these shortcuts, the OS will display a window where you could choose the location and name to save the captured screenshot.
Print Screen using GIMP in Ubuntu
We are assuming that you already have the GIMP image editor installed in your Ubuntu OS. If not, go to the Software Center from your menu and search for “GIMP.” Then download and install it by following the on-screen instructions.
- Open GIMP.
- Navigate to File > Create > Screenshot.
- Now a window will open up that will let you take screenshots in Ubuntu.
- Select the appropriate screenshot mode and set other configurations if necessary.
- Now, click the “Snap” button.
- The screenshot will be now put on your GIMP interface where you could make any changes to it.
- After making necessary tweaks, save it by going to File > Export.
Take Screenshot using ImageMagick
ImageMagick is a command-line utility that lets you take screenshots using simple commands. Many of the Linux distributions come with this feature built-in. If you don’t have it already installed, just using this code in the Terminal will install it on your system.
sudo apt-get install imagemagick
If the administrator password is asked, just provide it and press “Enter.” Don’t worry if you don’t know the ImageMagick is installed or not. If it is already there, Ubuntu will let you know in the Terminal.
After installing it, use the following commands in order to take different screenshots as listed below.
- To take a screenshot of an entire screen: Type import -window root Pictures/fileName.png and press enter.
- To take the screenshot of a selected window: Type import Pictures/fileName.png and press enter. The browser will turn into a crosshair which you could use for clicking on the window that you want to capture.
The above lines of code just instructed the Ubuntu system to capture a screenshot of the screen and save it in the “Pictures” folder with the name “filename.png”. You could change the file name whatever you want.
How to take a screenshot in Linux with Scrot
Scrot is nothing different from a usual terminal-based application which lets you take screenshots in Linux. To install it in your OS just type sudo aptitude install scrot in the Terminal and press enter. After installing it, you could start taking screenshots by using the command scrot MyScreenshot.png. You could also use your own file names.
Screenshot in Linux with the GNOME Panel screenshot
If you are on GNOME, you could simply use the gnome-panel-screenshot command to simply take a screenshot in GNOME. You can also control numerous options by tweaking the command. Just Google it.
Capture the Ubuntu screen using Shutter
The Shutter is one of the best-advanced screen capture tools available for the Linux distributions. It has many features that the basic tools missed. If you don’t already have this program installed on your computer, just type sudo add-apt-repository ppa:shutter/ppa in the Terminal and press enter. Then type sudo apt-get update for updating the repository. Finally, type sudo apt-get install shutter and press enter. That’s it, now you have successfully installed Shutter in your Ubuntu. Now, follow these steps to capture screen in Ubuntu using Shutter.
- Open Shutter.
- There you can see all the options for printing Ubuntu screen.
- Select the appropriate capture mode.
- If you selected the “Desktop” mode, the screenshot will be saved automatically to the “Pictures” folder. If you selected a selected area, a crosshair will open for selecting the area.
- You could also edit the screenshot by clicking the “Edit” button at the top right corner of the preview window.
- After editing completes, export it to any location as you want.
Best tools to capture screenshot on Linux
As already mentioned, there are numerous Ubuntu/Linux screenshot tools available for taking screenshots in Ubuntu/Linux operating systems. We listed some of them below sorted according to their relevance. Visit the given websites and install them on your PC.
Most commonly asked questions
Here are some of the most searched queries on the Linux screenshot. It might help you to quickly find the answer to some of your questions.
Screenshot Linux Mint
The steps are the same in the Linux Mint operating system too. Nothing different should be done for getting the complete screenshot of your screen or the partial portions. You could simply utilize numerous 3rd party applications too for the purpose.
Ubuntu/Linux screen capture video
Here are some of the videos for taking screenshots in Linux or Ubuntu which might help you in the process.
Ubuntu screenshot shortcut
If you mean the shortcuts to take screenshot in Ubuntu, there is nothing better than simply using the “Print Screen” button. It is the simplest way for printing the screen on your Linux distributions. However, in some OS such as the basis Linux, the shortcut may not work as expected. So, in such situations, you could easily depend on the provided commands or some extra utilities for taking, editing, and exporting screenshots in your Linux.
So, that’s how you can take a screenshot on Linux or Ubuntu.