125

I'm not really sure since I'm still new to Linux distros in general

Braiam
  • 67,791
  • 32
  • 179
  • 269
gr33kbo1
  • 1,369
  • 2
  • 10
  • 6

10 Answers10

100

Just press the Print Screen key.

enter image description here

You may find the Pictures in your Home Picture folder, this will normally work with any operative system.

Braiam
  • 67,791
  • 32
  • 179
  • 269
81

Shift + Prnt Scrn allows you to print a selection of the screen.

Print Screen alone will take a screenshot.

Only GNOME 2.x: Hold Super (The Windows Icon on your keyboard) to display all key shortcuts. Here on GNOME Shell.

Pablo Bianchi
  • 15,657
Roman
  • 811
39

View the available short-cuts under

On GNOME Shell (17.10+): Settings -> Keyboard Shortcuts -> Screenshots

screenshot

or on Unity (before 17.10): Settings -> Devices -> Keyboard

enter image description here

If you have less options view Create custom short-cuts

If you would like to use a tool you may want to use Gimp, Shutter, etc. View more in This thread

Pablo Bianchi
  • 15,657
Thorsten Niehues
  • 1,277
  • 5
  • 17
  • 32
  • 1
    As of Ubunutu 14.04 "screenshot of window" only takes the part in the current workspace. For example if your window spans more than one visible workspace, because it is longer or wider, then only the picture is cropped to the current workspace. – Tino Feb 23 '16 at 17:51
  • 1
    thanks also worked for me, new ubuntu upgrade just changed a bit the layout: https://imgur.com/a/KWt19 – CommonSenseCode Nov 02 '17 at 09:35
  • 1
    Great tip! FYI, on Ubuntu 18.04 (and maybe earlier, too) this is Settings -> Devices -> Keyboard – matb Jul 12 '18 at 01:42
19

Open Dash (upper icon on the launcher) and search screenshot.

Lucio
  • 18,843
Nullet
  • 3,014
18

Update: Shutter got removed from Debian/*Ubuntu repos because it uses deprecated Perl modules.


You can use "shutter" for taking a snapshot of a selected area. You need to do

sudo apt-get install shutter
Pablo Bianchi
  • 15,657
Pawan
  • 469
9

Taking it and saving it to ~/Pictures

  • Print - Take a screenshot
  • Alt + Print - Take a screenshot of a window
  • Shift + Print - Take a screenshot of an area

Taking it and copying it to clipboard

(just add Ctrl to the shortkeys above)

  • Ctrl + Print - Take a screenshot
  • Ctrl + Alt + Print - Take a screenshot of a window
  • Ctrl + Shift + Print - Take a screenshot of an area
7

Use GIMP. Launch GIMP and go to “File”->”Create”->”Screenshot”. Choose to capture a single window (with/without window border), the entire screen (with/without mouse pointer) or a specific region of the screen. Click on the “Snap” button to start capturing.

Seth
  • 58,122
5

You can refer this from Ubuntu documentation on taking screenshots:

Take a screenshot

  1. Open Screenshot from the Activities overview.
  2. In the Screenshot window, select whether to grab the whole screen, the current window, or an area of the screen. Set a delay if you need to select a window or otherwise set up your desktop for the screenshot. Then choose any effects you want.
  3. Click Take Screenshot.
  4. If you selected Select area to grab, the pointer changes into a crosshair. Click and drag the area you want for the screenshot.
  5. In the Save Screenshot window, enter a file name and choose a folder, then click Save. Alternatively, import the screenshot directly into an image-editing application without saving it first. Click Copy to Clipboard then paste the image in the other application, or drag the screenshot thumbnail to the application.

Keyboard shortcuts

Quickly take a screenshot of the desktop, a window, or an area at any time using these global keyboard shortcuts:

  • Prt Scrn to take a screenshot of the desktop.

  • Alt+Prt Scrn to take a screenshot of a window.

  • Shift+Prt Scrn to take a screenshot of an area you select.

When you use a keyboard shortcut, the image is automatically saved in your Pictures folder in your home folder with a file name that begins with Screenshot and includes the date and time it was taken.

0

Install Kazam Screencaster by:

sudo apt install kazam

Then run the app from the Activities.

Kazam Screenshot

kenorb
  • 10,347
0

I'm surprised nobody mentioned Flameshot yet

Install:

sudo apt install flameshot

Launching

After install create shortcut for

/usr/bin/flameshot gui

Usage

After launching the /usr/bin/flameshot gui, press the Share button:

share button flameshot cropped

It also supports various types of annotations, etc:

flameshot example annotate

Niko Fohr
  • 1,531