Skip to content

Augeas on Debian

raphink edited this page Jan 4, 2013 · 1 revision

Augeas

Augeas is part of debian since "lenny" (which will probably ship with version 0.2.2). It is part also part of Ubuntu since "intrepid" (which comes with 0.3.0).

The debian maintainers usually upload new packages to debian "unstable" quite soon after new versions of augeas get published.

As augeas doesn't depend on loads of other libraries, it is quite straightforward to backport recent augeas versions to lenny, intrepid, as well as older debian & derivatives. This is how to do that:

First install the tools needed to build augeas & deb packages:

 sudo apt-get install devscripts debhelper autotools-dev libreadline5-dev chrpath quilt fakeroot

Then go to http://packages.debian.org/augeas or http://ftp.debian.org/debian/pool/main/a/augeas/ and choose the version you want to install. Locate the file with .dsc extension, copy its URL and do the equivalent of this:

 dget -u http://ftp.debian.org/debian/pool/main/a/augeas/augeas_0.3.4-1.dsc
 cd augeas-0.3.4/
 dpkg-buildpackage -rfakeroot

Language bindings

Perl, Python and Ruby

Perl, Python and Ruby bindings are already of Debian. You can currently only find them in Debian squeeze (testing) and sid (unstable). They can easily be backported following the same method.