Shutter (Xubuntu 18.10)
What makes us different from other similar websites? › Forums › Tech › Shutter (Xubuntu 18.10)
Tagged: Applications, Linux, Shutter
- This topic has 2 replies, 1 voice, and was last updated 3 years, 10 months ago by thumbtak.
- AuthorPosts
- April 24, 2019 at 10:41 pm #1506thumbtakKeymaster
What is Shutter?
Shutter is a feature-rich screenshot program. You can take a screenshot of a specific area, window, your whole screen, or even of a website – apply different effects to it, draw on it to highlight points, and then upload to an image hosting site, all within one window.
How to install?
Read Below.
1. Ctrl+Alt+T
2.sudo add-apt-repository ppa:ubuntuhandbook1/shutter
3.sudo add-get update
4.sudo apt install --install-recommends shutter
5.wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas-common_1.0.0-1_all.deb
6.sudo dpkg -i libgoocanvas-common_1.0.0-1_all.deb
7.rm libgoocanvas-common_1.0.0-1_all.deb
8.wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas3_1.0.0-1_amd64.deb
9.sudo dpkg -i libgoocanvas3_1.0.0-1_amd64.deb
10.rm libgoocanvas3_1.0.0-1_amd64.deb
11.wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
12.sudo dpkg -i libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
13.rm libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
14.exit
15. Alt+F2
16. shutter
17. You should find the icon near the clock.April 25, 2019 at 10:21 pm #1508thumbtakKeymasterRead Below.
If you want to have this all done automatically, save this in a text file, like mousepad as shutter.sh and run it as sh shutter.sh in the correct folder.#!/bin/bash
sudo add-apt-repository ppa:ubuntuhandbook1/shutter
sudo apt-get update
sudo apt install –install-recommends shutter
wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas-common_1.0.0-1_all.deb
sudo dpkg -i libgoocanvas-common_1.0.0-1_all.deb
rm libgoocanvas-common_1.0.0-1_all.deb
wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas3_1.0.0-1_amd64.deb
sudo dpkg -i libgoocanvas3_1.0.0-1_amd64.deb
libgoocanvas3_1.0.0-1_amd64.deb
wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
sudo dpkg -i libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
rm libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
exitJanuary 12, 2021 at 8:45 am #5062thumbtakKeymasterUpdates on how to install Shutter.
1. sudo snap install shutter
- AuthorPosts
- You must be logged in to reply to this topic.