How to Install Shutter Screenshot Tool in Ubuntu 20.04

Shutter is a free and open-source, feature-rich screenshot tool for Linux based operating systems such as Ubuntu. It is available for all major GNU/Linux distributions and can be installed using the default package manager.

Shutter allows you to take a screenshot of a specific area, window, or desktop/whole screen (or a specific workspace). It also allows you to edit your screenshot and apply different effects to it, draw on it to highlight points, and more. It supports exporting to PDF and public hosting platforms such as Dropbox and Imgur and many others, or a remote FTP server.

Shutter Screenshot Tool for Ubuntu & Mint
Shutter Screenshot Tool for Ubuntu & Mint

On Ubuntu 20.04, the Shutter package is not provided in the official repositories. Therefore, you need to install the Shutter package via a third-party unofficial Ubuntu PPA (Personal Package Archives) repository in your Ubuntu system (also works on Linux Mint).

Install Shutter Screenshot Tool in Ubuntu 20.04 and Linux Mint 20

First, open a terminal and add the following unofficial Ubuntu PPA repository to your system (follow any prompts after running the add-apt-repository command), then update the apt packages sources list to get the latest list of packages available to include the shutter package, and install the shutter package as shown:

$ sudo add-apt-repository -y ppa:linuxuprising/shutter
$ sudo apt-get update
$ sudo apt-get install -y shutter
Install Shutter in Ubuntu
Install Shutter in Ubuntu

Once the installation is done, search for a shutter in the system menu and launch it to start using it.

Shutter Running in Ubuntu
Shutter Running in Ubuntu

Remove Shutter in Ubuntu and Mint

If you no longer need Shutter on your system, you can remove the Shutter package by running the following apt command:

$ sudo apt-get remove shutter
$ sudo add-apt-repository --remove ppa:linuxuprising/shutter
Aaron Kili
Aaron Kili is a Linux and F.O.S.S enthusiast, an upcoming Linux SysAdmin, web developer, and currently a content creator for TecMint who loves working with computers and strongly believes in sharing knowledge.

Each tutorial at TecMint is created by a team of experienced Linux system administrators so that it meets our high-quality standards.

Join the TecMint Weekly Newsletter (More Than 156,129 Linux Enthusiasts Have Subscribed)
Was this article helpful? Please add a comment or buy me a coffee to show your appreciation.

1 thought on “How to Install Shutter Screenshot Tool in Ubuntu 20.04”

Leave a Reply to Jonathan Cancel reply

Thank you for taking the time to share your thoughts with us. We appreciate your decision to leave a comment and value your contribution to the discussion. It's important to note that we moderate all comments in accordance with our comment policy to ensure a respectful and constructive conversation.

Rest assured that your email address will remain private and will not be published or shared with anyone. We prioritize the privacy and security of our users.