Install Shutter in ubuntu
edit your sources.list file using the following command
sudo gedit /etc/apt/sources.list
add one of the following lines
For Jaunty Jackalope Users
deb http://ppa.launchpad.net/shutter/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/shutter/ppa/ubuntu jaunty main
For Intrepid Ibex Users
deb http://ppa.launchpad.net/shutter/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/shutter/ppa/ubuntu intrepid main
For Hardy Heron Users
deb http://ppa.launchpad.net/shutter/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/shutter/ppa/ubuntu hardy main
save and exit the file
Now add the PPA’s key using the following command result must only "Ok"
wget -q http://shutter-project.org/shutter-ppa.key -O- sudo apt-key add -
Update source list using the following command
sudo apt-get update
Install shutter using the following command
sudo apt-get install shutter
This will complete the installation.
Related
Origin
No comments:
Post a Comment