Difference between revisions of "Freeside:3.8:Documentation:Upgrading"
From Freeside
(Created page with "= Note = When upgrading from versions prior to 3.8, before the regular 3.x upgrade, follow these instructions. = Prerequisites = == ...") |
(→Debian) |
||
Line 9: | Line 9: | ||
* install perl modules | * install perl modules | ||
<pre> | <pre> | ||
− | aptitude install | + | aptitude install libparams-classify-perl libdata-password-perl aspell-en |
</pre> | </pre> | ||
Latest revision as of 06:46, 20 January 2016
Contents
Note
When upgrading from versions prior to 3.8, before the regular 3.x upgrade, follow these instructions.
Prerequisites
Debian
- install perl modules
aptitude install libparams-classify-perl libdata-password-perl aspell-en
Other OSes
- Install Params::Classify Data::Password from CPAN (or your packaging system if available).
- Install aspell-en from your packaging system