| 4 | | === Fedora 8 === |
| 5 | | Fedora has wxPerl since at least FC8 |
| 6 | | * [http://www.redhat.com/archives/fedora-perl-devel-list/2008-July/msg00311.html] |
| 7 | | * [http://www.redhat.com/archives/fedora-perl-devel-list/2008-August/msg00000.html] |
| 8 | | |
| 9 | | Fedora 8 has |
| 10 | | * wxGTK-2.8.7 |
| 11 | | * perl-Wx-0.74 |
| 12 | | * perl-Alien-wxWidgets-0.31 |
| 13 | | |
| 14 | | This should be sufficient: |
| 15 | | {{{ |
| 16 | | # rpm -ivh perl-Wx perl-Alien-wxWidgets |
| 17 | | }}} |
| 18 | | |
| 19 | | === Fedora 9 === |
| 20 | | Fedora 9 has |
| 21 | | * wxGTK-2.8.7 |
| 22 | | * perl-Wx-0.81 |
| 23 | | * perl-Alien-wxWidgets-0.32 |
| 24 | | |
| 25 | | This should be sufficient: |
| 26 | | {{{ |
| 27 | | # rpm -ivh perl-Wx perl-Alien-wxWidgets |
| 28 | | }}} |
| 29 | | |
| 48 | | Currently, there are no Padre CPAN installation instructions specific to Fedora. Feel free to add comments and hints. |
| | 22 | === Fedora 8 === |
| | 23 | Fedora has wxPerl since at least FC8 |
| | 24 | * [http://www.redhat.com/archives/fedora-perl-devel-list/2008-July/msg00311.html] |
| | 25 | * [http://www.redhat.com/archives/fedora-perl-devel-list/2008-August/msg00000.html] |
| | 26 | |
| | 27 | Fedora 8 has |
| | 28 | * wxGTK-2.8.7 |
| | 29 | * perl-Wx-0.74 |
| | 30 | * perl-Alien-wxWidgets-0.31 |
| | 31 | |
| | 32 | This should be sufficient: |
| | 33 | {{{ |
| | 34 | # rpm -ivh perl-Wx perl-Alien-wxWidgets |
| | 35 | }}} |
| | 36 | |
| | 37 | Then [wiki:DownloadCPAN install Padre from CPAN]. |
| | 38 | |
| | 39 | === Fedora 9 === |
| | 40 | Fedora 9 has |
| | 41 | * wxGTK-2.8.7 |
| | 42 | * perl-Wx-0.81 |
| | 43 | * perl-Alien-wxWidgets-0.32 |
| | 44 | |
| | 45 | This should be sufficient: |
| | 46 | {{{ |
| | 47 | # rpm -ivh perl-Wx perl-Alien-wxWidgets |
| | 48 | }}} |
| | 49 | |
| | 50 | Then [wiki:DownloadCPAN install Padre from CPAN]. |