| 41 | | |
| 42 | | |
| 43 | | == Ubuntu == |
| 44 | | |
| 45 | | This are the steps to install Ubuntu Hardy packages (originally published in [http://perlmonks.org/?node_id=704052 PerlMonks]): |
| 46 | | |
| 47 | | 1. Add these sources in your `/etc/apt/sources.list`: |
| 48 | | {{{ |
| 49 | | deb http://ppa.launchpad.net/alex.muntada/ubuntu hardy main |
| 50 | | deb-src http://ppa.launchpad.net/alex.muntada/ubuntu hardy main |
| 51 | | }}} |
| 52 | | 1. Optionally, add package author's GPG signature into APT: |
| 53 | | {{{ |
| 54 | | $ wget 'http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x2DDC42192DF36811' -O- | sudo apt-key add - |
| 55 | | }}} |
| 56 | | 1. Update APT: |
| 57 | | {{{ |
| 58 | | sudo apt-get update |
| 59 | | }}} |
| 60 | | 1. Install Padre: |
| 61 | | {{{ |
| 62 | | sudo apt-get install libpadre-perl |
| 63 | | }}} |
| 64 | | |
| 65 | | Wx is to be in the Intrepid (8.10 ?) release of Ubuntu: |
| 66 | | [http://packages.ubuntu.com/intrepid/libwx-perl] |