Mel
Melhttps://unixcop.com
Unix/Linux Guru and FOSS supporter

How to install perl on Ubuntu

what is perl?

Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.

Installation of Perl

Step 1: open terminal and execute the following command

sudo su

And become the super user by giving your password.

Step 2: Then execute following command to update binaries

apt-get update

Step 3: after that execute the following command :

apt-get upgrade

Step 4: Now execute per installation command.

apt-get install -y perl

Thanks for reading. If you have any question please ask in a comment.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest articles

Join us on Facebook