Changes between Version 16 and Version 17 of DownloadUbuntu
- Timestamp:
- 11/19/10 15:32:14 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadUbuntu
v16 v17 8 8 }}} 9 9 10 Because of a packaging error, [https://bugs.launchpad.net/ubuntu/+source/padre/+bug/485012 padre does not work out of the box on Ubuntu 10.10]. 11 One possible workaround is to install wx-perl from CPAN: 12 {{{ 13 sudo cpan Alien::wxWidgets 14 sudo cpan Wx 15 }}} 16 10 17 Use {{{apt-cache}}} to find out which plug-ins are available: 11 18 {{{ … … 15 22 On Ubuntu 10.04, you can install the following plug-ins: 16 23 {{{ 17 sudo apt-get install libpadre-plugin-css-perl libpadre-plugin-html-perl libpadre-plugin-spellcheck-perl libpadre-plugin-xml-perl 18 libpadre-plugin-autoformat-perl libpadre-plugin-vi-perl libpadre-plugin-nopaste-perl 24 sudo apt-get install libpadre-plugin-css-perl libpadre-plugin-html-perl libpadre-plugin-spellcheck-perl libpadre-plugin-xml-perl libpadre-plugin-autoformat-perl libpadre-plugin-vi-perl libpadre-plugin-nopaste-perl 19 25 }}} 20 26 21 Because of a packaging error, [https://bugs.launchpad.net/ubuntu/+source/padre/+bug/485012 padre does not work out of the box on Ubuntu 10.10].22 One possible workaround is to install wx-perl from CPAN:23 {{{24 sudo cpan Alien::wxWidgets25 sudo cpan Wx26 }}}27 27 28 28 == Installation from CPAN ==
