Home » Questions » Computers [ Ask a new question ]

What is the right way, to update a perl-from-sourcefile-installation?

What is the right way, to update a perl-from-sourcefile-installation?

I suppose with the onboard-perl from my linux-distribution I don’t have to care about updates. What is the right way of doing updates when I have build my perl from sourcefiles?

Asked by: Guest | Views: 410
Total answers/comments: 1
Guest [Entry]

"Your first sentence seems to be contradicted by the second. Do you maintain your Perl via your linux distribution's package manager, or do you build it from source?

If you build from source, simply download the new distribution, build it and install it like you did the first time. It will overwrite old versions of executables and libraries with new ones as needed, but won't delete anything you have installed via CPAN.

There's no trick to it really."