FreeBSD install Perl language

www.‮ruttual‬i.com
FreeBSD install Perl language

To install Perl on a FreeBSD system, you can use the pkg package manager.

  1. First, update the package repository by running:
pkg update
  1. Next, install Perl by running:
pkg install perl5

This will install the latest version of Perl 5 on your system.

  1. Once the installation is complete, you can verify that Perl has been installed correctly by running the following command:
perl -v

This should output the version of Perl that you have installed, similar to the following:

This is perl 5, version XXX, subversion X, built for xxx-xxx

Note: Replace XXX and X with the version numbers of the Perl installation that you have.

Created Time:2017-10-28 20:40:37  Author:lautturi