Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

Perl Installation

Step 1
Check whether perl is already installed or not on your system. In most of the cases, it is already installed
in your system.

In the CLI, pass the following command

If perl is installed in your system, you?ll get the message as shown in the snapshot. If not, then install as
shown in the following steps.

Step 2
Go to the following site of perl,

http://padre.perlide.org/

Step 3
Click on download icon on top right.
Step 4
Choose your operating system.

Step 5
Choose the version which you want to install.
Step 6
You have downloaded perl in your system. Now you need to install it.

Step 7
Follow the instructions and install perl on your system.

Step 8
It shows the location where your perl is getting installed. You can change it if you want.
Step 9
After installation, again run first command to check whether perl is installed or not. You'll see the same
image as shown in step 1.

Step 10
Install perl modules by running following command.

Step 11
Open the perl application in your system.
Step 12
You have successfully installed perl in your system. You are ready to build your applications on the perl.
PERL INSTALLATION IN UBUNTU 10.04:
goto root
1. sudo su
2. apt-get update
3. apt-get upgrade
3. apt-get install -y perl

You might also like