Skip to main content

Posts

Showing posts with the label shutter

Take and Manage Screenshots easily with Shutter

Take and Manage Screenshots easily with Shutter Shutter is a simple application that allows you to take, manage and store screen shots. One might ask, What is the need for a separate application to take screen shots when we can easily take screen shot using Print-screen. Shutter is a huge improvement over Print-screen approach , Shutter offers number of features and improvements over the conventional Print-screen approach. Installing Shutter To install shutter issue the following commands in the terminal ( Application -> Accessories -> Terminal ) window. These commands would add repository of shutter to your local list of repositories and allow you to download and install shutter using apt-get command or synaptic package manager. NOTE: The commands are for Ubuntu 8.10 Intrepid Ibex only for other version of Ubuntu or Distributions see Shutter website sudo echo "deb http://ppa.launchpad.net/shutter/ppa/ubuntu intrepid main" | sudo tee -a /etc/apt/sources.list and sudo ...