Hello Linux Geeksters. As you may know, Connectagram is a word unscrambling game. It allows the users t choose the length of the words, amount of words and the pattern. The game also provides a hint for when the user is stuck. The latest version available is Connectagram 1.1.1.

In this article I will show you how to install Connectagram 1.1.1 on Debian Wheezy, Debian Squeeze, Fedora 19, Fedora 18, CentOS 6, OpenSUSE 12.3 and OpenSUSE 12.2.
Follow the instructions for your system exactly, in order to get a successful installation.
How to install Connectagram 1.1.1 on Debian Wheezy:
$ sudo sh -c 'echo "deb http://download.opensuse.org/repositories/home:gottcode/Debian_7.0/ /" >> /etc/apt/sources.list.d/connectagram.list'
$ wget http://download.opensuse.org/repositories/home:gottcode/Debian_7.0/Release.key
$ sudo apt-key add - < Release.key
$ apt-get update
$ apt-get install connectagram
How to install Connectagram 1.1.1 on Debian Squeeze:
$ sudo sh -c 'echo "deb http://download.opensuse.org/repositories/home:gottcode/Debian_6.0/ /" >> /etc/apt/sources.list.d/connectagram.list'
$ wget http://download.opensuse.org/repositories/home:gottcode/Debian_6.0/Release.key
$ sudo apt-key add - < Release.key
$ apt-get update
$ apt-get install connectagram
How to install Connectagram 1.1.1 on Fedora 19:
$ cd /etc/yum.repos.d/
$ sudo wget http://download.opensuse.org/repositories/home:gottcode/Fedora_19/home:gottcode.repo
$ sudo yum install connectagram
How to install Connectagram 1.1.1 on Fedora 18:
$ cd /etc/yum.repos.d/
$ sudo wget http://download.opensuse.org/repositories/home:gottcode/Fedora_18/home:gottcode.repo
$ sudo yum install connectagram
How to install Connectagram 1.1.1 on CentOS 6:
$ cd /etc/yum.repos.d/
$ sudo wget http://download.opensuse.org/repositories/home:gottcode/CentOS_CentOS-6/home:gottcode.repo
$ sudo yum install connectagram
How to install Connectagram 1.1.1 on OpenSUSE 12.3:
$ sudo zypper addrepo http://download.opensuse.org/repositories/home:gottcode/openSUSE_12.3/home:gottcode.repo
$ sudo zypper refresh
$ sudo zypper install connectagram
How to install Connectagram 1.1.1 on OpenSUSE 12.2:
$ sudo zypper addrepo http://download.opensuse.org/repositories/home:gottcode/openSUSE_12.2/home:gottcode.repo
$ sudo zypper refresh
$ sudo zypper install connectagram