Hello Linux Geeksters. In this article I will show you how to install HotShots on Fedora 18. As you may already know, HotShots is a lightweight screenshot tool with editing options. It is a lighter alternative to Shutter.

Hotshots is available in the RPM Sphere repository only on Fedora 18, so this is how to install HotShots on Fedora 18:
Add the repo:
$ su root
# cat >/etc/yum.repos.d/rpm-sphere.repo <<EOF
[rpm-sphere]
name=RPM Sphere
baseurl=http://download.opensuse.org/repositories/home:/zhonghuaren/Fedora_18/
gpgkey=http://download.opensuse.org/repositories/home:/zhonghuaren/Fedora_18/repodata/repomd.xml.key
enabled=1
gpgcheck=1
EOF
Update the local repositories:
# yum update
Install HotShots:
# yum install hotshots