PL EN

Hag packages repository

APT sources

To install Hag packages just add this lines into /etc/apt/sources.list:

### Hag GNU/Linux Repository - Hag related packages
deb      http://hag-linux.eu.org/deb/  hag  main contrib non-free
deb-src  http://hag-linux.eu.org/deb/  hag  main contrib non-free

### Hag GNU/Linux Repository - Hag magic packages (configs, styles, etc.)
deb      http://hag-linux.eu.org/deb/  hag-magic  main contrib non-free
deb-src  http://hag-linux.eu.org/deb/  hag-magic  main contrib non-free

### Hag GNU/Linux Repository - Hag development packages
deb      http://hag-linux.eu.org/deb/  hag-dev  main contrib non-free
deb-src  http://hag-linux.eu.org/deb/  hag-dev  main contrib non-free

The GPG fingerprint

pub   1024D/F74AF37D 2008-06-07 [expires: 2009-06-07]
      Key fingerprint = 8A4A AC89 EDA5 656A 9511  59F2 385A 8FA3 F74A F37D
uid                  Pawel Sadkowski (Hag repository) <azhag@fluxboxpl.org>
sub   2048g/1811A15A 2008-06-07 [expires: 2009-06-07]

Installing the key on your host

There are three ways to install GPG key:

  1. Download file containing key:
    wget -O - http://hag-linux.eu.org/deb/archive.key | apt-key add -
    
  2. Download the key from keyserver:
    gpg --keyserver subkeys.pgp.net --recv-key F74AF37D
    gpg --armor --export  F74AF37D | apt-key add -
    
  3. Install package hag-debian-archive from Hag repository:
    aptitude install hag-debian-archive
    

Browsing repository

You can also browse repository via browser. Just visit hag-linux.eu.org/deb/.


See also