Hey linux lover, in this tutorial i will explain how you can install shutter for taking a screenshot in your linux desktop. There are many tools to take screenshot in your linux desktop. But in this example i will show you the installation process of shutter in your linux os by using cli.
Let's see how we can install shutter in linux os. Now, open a terminal and use the following command to add the new repository:
sudo add-apt-repository -y ppa:linuxuprising/shutter
Now install shutter
sudo apt install shutter
That's it. now just enjoy.
#linux