How to update to the latest perl in ubuntu 14.04 x64? Ive tried via apt and and cpan alredy and core wont update.
Asked
Active
Viewed 1.6k times
2 Answers
2
There will be no version upgrades for Perl (or most other packages) within a single Ubuntu version, because that might break existing code. Instead they will port essential fixes back to the version they ship.
If you want to have a newer version you can use perlbrew to install it, but this will not replace the Perl version shipped with Ubuntu, will not affect any installed scripts and will not use already installed modules.
Steffen Ullrich
- 1,626