How to install the latest Shutter Screenshot Tool on Linux Ubuntu. 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.
Shutter 0.95
- Almost fully dropped the dependency on the outdated Perl Gnome2 library
- Update translations.
- Removed dependencies: Arch: gnome-perl, gnome-vfs-perl; Debian: libgnome2-perl, libgnome2-vfs-perl
- New dependencies:
- Arch: perl-number-bytes-human, perl-glib-object-introspection
- Debian: libnumber-bytes-human-perl, libglib-object-introspection-perl
Install Shutter 0.95 Screenshot Tool
Run the following commands in terminal to install Shutter Screenshot Tool in Ubuntu 19.04 and other Ubuntu Derivatives:
sudo add-apt-repository -y ppa:linuxuprising/shutter
sudo apt-get update
sudo apt install shutter
Once installed, you can open the Shutter Screenshot Tool from Ubuntu Dash or Terminal.
If you wish to uninstall and remove Shutter Screenshot Tool from Ubuntu, run the following commands:
sudo apt remove shutter
sudo add-apt-repository --remove ppa:linuxuprising/shutter
sudo apt-get update