Hi, Dirk et al.,

> Is there a way to install sks 1.1.5 on Ubuntu 13.10? ... ;-)

Sort of: I recompiled sks for both Debian Wheezy and Ubuntu 14.04
about a week ago.  Put the following in your /etc/apt/sources.list
file:

  deb     ftp://ftp.zap.org.au/pub/ubuntu zapgroup-trusty main restricted
  deb-src ftp://ftp.zap.org.au/pub/ubuntu zapgroup-trusty main restricted

If you want to avoid the warnings of unsigned packages, do the
following first:

  wget -N ftp://ftp.zap.org.au/pub/debian/aptkey-zapgroup.asc
  apt-key add aptkey-zapgroup.asc

For Ubuntu 13.10, insert the above lines into /etc/apt/sources.list,
then:

  apt-get source sks
  cd sks-1.1.5
  dpkg-buildpackage -us -uc -b
  cd ..
  dpkg -i sks_1.1.5-1~zg1_amd64.deb

(You will need the dpkg-dev package installed for dpkg-buildpackage).

Yours truly,

John Zaitseff

-- 
John Zaitseff                    ,--_|\    The ZAP Group
Phone:  +61 2 9643 7737         /      \   Sydney, Australia
E-mail: j.zaits...@zap.org.au   \_,--._*   http://www.zap.org.au/
                                      v

_______________________________________________
Sks-devel mailing list
Sks-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/sks-devel

Reply via email to