Installing perl modules
Last modified on July 24, 2026 • 1 min read • 32 wordsI have not installed perl modules for perhaps a decade or more.

I have not done this for perhaps a decade or more. But apparently, things are still the same on Ubuntu 18.04:
sudo apt-get install build-essential
cpan
make install
install Bundle::CPAN
install App::GnuplotUtils