Padre packages available for Ubuntu on 2008.08.13 3:18 alexm
This is how you can set it up and install it:
- Add my PPA sources in APT:
$ sudo vi
/etc/apt/sources.list
$ tail -3 /etc/apt/sources.list
# alexm
deb http://ppa.launchpad.net/alex.muntada/ubuntu hardy main
deb-src http://ppa.launchpad.net/alex.muntada/ubuntu hardy main - Add my GPG signature to APT:
$ wget 'http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x2DDC42192DF36811' -O- | sudo apt-key add -
- Update APT:
$ sudo apt-get update
- Install Padre:
$ sudo apt-get intall libpadre-perl
This is the first time I manage to build some Perl packages. I had been playing with dh-make-perl in the past, but didn't know much about Debian packaging (not that I know much more now, anyway), but this time I was more motivated. Next step is trying to get them in Debian, so Ubuntu (and others) can make the modules officially part of next releases.
