
This howto will help you setup your debian system to use the Seecr premium repository
We have repositories available for lenny (stable). To use it create a file /etc/apt/sources.list.d/cq2.list and add the following line.
deb http://repository.cq2.org/debian/premium lenny main
The premium repository only contains alternative versions or enhancements to packages available in the free repository. Therefore you'll need to add the free repository also. So please also add the following line.
deb http://repository.cq2.org/debian/free lenny main
The repository is signed using Seek You Too's GPG key 4A442706, which can be downloaded here. Or from a public pgp keyserver. You can add this key with:
sudo apt-key add cq2_debian_key.asc
or combine downloading and registering:
wget -q -O- http://repository.seecr.nl/debian/premium/cq2_debian_key.asc | sudo apt-key add -
The key fingerprint is
7A72 338A 2DE0 1E26 4913 4E28 7FDA C785 4A44 2706 Seek You Too B.V. <info@cq2.org>
The repository is now added to your Debian installation. Verify by doing something like:
aptitude update aptitude search meresco
This should result in finding a package called meresco-components3.4. To install the meresco components package type:
aptitude install meresco-components3.4
Please validate your installation using the Installation Validation Procedure.