83

I searched for any type of snipping tool in ubuntu. I found Shutter & installed it. But my Ubuntu launcher didn't show its icon.

When I launch Shutter from terminal, my PC run slow & terminal showed hundreds of warnings. Is there any other snipping tool (Without Shutter) for Ubuntu 16.04?

Zanna
  • 70,465

5 Answers5

160

No need to install any other app or repo, just go with the defaults. Thank God for Ubuntu 16.04, it tries to get everything to work for users. Hold down the Shift + PrtScn keys together.

Your mouse will change to a cross-like pointer. Hold down your left-click key on the mouse and drag. It saves screenshot image to Pictures directory. To copy to Clipboard, use Ctrl> + Shift + PrtScn. Have fun.

This uses gnome-screenshot under the hood. You can change the keyboard shortcut via the regular keyboard settings.

isherwood
  • 105
connelblaze
  • 2,129
  • @skrat But then this option doesn't gives us the feasibility to select any region and take a snap of it. I guess, this is why it is not at the top. – Anand Jul 22 '19 at 10:25
  • 3
    @Anand It sure does. Pressing CTRL + SHIFT + PRTSCN changes mouse cursor to a cross. With it, you can select the snipping region. That copies the selected region to clipboard - if you want it saved in "pictures" folder, simply use SHIFT + PRTSCN. – skrat Jul 22 '19 at 18:22
  • I am new to Ubuntu. Maybe that's the reason why I am not able to perform the same activity. – Anand Jul 23 '19 at 06:09
  • what Ubuntu are you using? @Anand 16 or 18 ? – connelblaze Jul 24 '19 at 12:20
  • This goes to clipboard for me by default and I can paste into slack which triggers an upload. Scratched my noodle on this for a minute before learning that. – Andrew Clark Sep 23 '19 at 20:36
  • this removes focus (e.g. closes select fields in the browser). any tool where you can capture the screen as is? – thisismydesign Dec 03 '19 at 16:39
  • Where does it put it? I don't have a Pictures directory. – user643722 Jan 27 '20 at 23:24
52

Have a look at Screenshot. You can find it in Ubuntu Software.

http://apt.ubuntu.com/p/gnome-screenshot

Good luck!

E.F. Nijboer
  • 1,331
  • 24
    This is preinstalled on Ubuntu. You don't need to search it or install. Its also comes linked to several shortcuts such as Shift+PrntScrn – Sergiy Kolodyazhnyy Sep 23 '16 at 18:29
  • 4
    After taking one screenshot, how do you take another one without closing the program and re-opening? 16.04. – user1271772 Oct 15 '18 at 20:46
  • @user1271772 There is no option as such. You need to reopen it. I have added it in my Panel which makes it easier for reuse. – Anand Jul 22 '19 at 10:22
  • @Anand: seems like a very poorly designed software. – user1271772 Jul 23 '19 at 18:49
  • 3
    No need to install anything or reopen a program ... just press shift + PrntScr and you can then select the area you want to snip.

    Pressing shift+PrintScr saves the snippet in your Pictures folder. Pressing ctrl+shift+PrintScr copies the snippet to your clipboard

    – senior_mle Dec 05 '20 at 23:44
9

There is no need to install any apps. By default, the Screenshot app is installed in Ubuntu 16.04. Just go to Accessories, and in Accessories find Screenshot.

Eliah Kagan
  • 117,780
  • 2
    This is a duplicate of the accepted answer. – karel Aug 04 '17 at 10:47
  • @karel This is not a duplicate of the accepted answer. That answer says to install Screenshot using the Ubuntu Software utility. This answer says that it is already installed and can be found in Accessories. – Eliah Kagan Aug 04 '17 at 15:07
  • Sergiy Kolodyazhnyy commented below the accepted answer that "This is preinstalled on Ubuntu." so there's no need for a separate answer. In fact this answer could have been converted into a comment below the accepted answer, except that there already is one there. – karel Aug 04 '17 at 15:20
3

Installation process:

https://www.learn2crack.com/2014/02/snipping-tool-ubuntu-shutter.html

After following the above installation process, open the image to be edited and right click on it . Click on open with and then on shutter . After that enjoy editing images using shutter and save them.

0

Give screencloud a try. It sits in the panel as an indicator and it also has some nice annotating features you can use after the shot is taken. The installation instructions can be located here on the screencloud site. For 16.04:

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/olav-st/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/screencloud.list"
sudo apt-get update
sudo apt-get install screencloud

if needed, to add the release key:

wget -nv http://download.opensuse.org/repositories/home:olav-st/xUbuntu_16.04/Release.key -O Release.key
sudo apt-key add - < Release.key
sudo apt-get update
Zanna
  • 70,465
rstreeter78
  • 1,364