Installing perl modules

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

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