
Update [Â Feb 16 2009 ] – GScrot has been renamed to Shutter.
GScrot is a popular screen-shot tool for Linux. GScrot is currently at version 0.64. It runs best on GNOME and has a good feature list.
I’ll walk you through the process of installing GScrot on Ubuntu 8.10. I’m more of a command line guy so if you need a GUI version look here.
Create a new apt-repository source file. I’ll call it gscrot.list and place it in the “/etc/apt/source.list.d/” directory.
Add the following lines to the /etc/apt/source.list.d/gscrot.list file you just created.
deb http://ppa.launchpad.net/gscrot/ubuntu intrepid main
deb-src http://ppa.launchpad.net/gscrot/ubuntu intrepid main
Next, run “apt-get update” to update the apt-repository database.
root@python:/etc/apt/sources.list.d# apt-get update
Run “apt-get install gscrot” to download and install GScrot.
root@python:/etc/apt/sources.list.d# apt-get install gscrot
To start GScrot, go to Applications –> Accessories –> GScrot
Author comments are in a darker gray color for you to easily identify the posts author in the comments
Major change to repository: use “shutter” not gscrot.
see here:
BUT still use “gscrot” with apt-get as above. I used Hardy and it worked just fine.
deb http://ppa.launchpad.net/shutter/ppa/ubuntu “dist name” main
deb-src http://ppa.launchpad.net/shutter/ppa/ubuntu “dist name” main
eyeb