faqts : Computers : Programming : Languages : Perl

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

3 of 8 people (38%) answered Yes
Recently 3 of 8 people (38%) answered Yes

Entry

Perl: PPM: What is PPM? [Perl Package Manager]

Dec 27th, 2004 11:06
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 27 December 2004 - 00:28 am -------------------

Perl: PPM: What is PPM? [Perl Package Manager]

---

PPM = Perl Package Manager

Perl Package Manager is a command line tool that you can
use to install e.g. Perl modules (like DBI database modules
for e.g. DB2, MySql, Microsoft SQL Server, Oracle, ...).

---

This program connects to online package databases and allows searching
by package name or keyword.

---

Packages consist of a

 .ppd

file which contains all the descriptive information about a package as
well as one or more gzipped tars
(one each for each build/OS).

---

Once a search is performed, packages can be downloaded and
automatically extracted/installed.

---

e.g. Type on the MSDOS command line

 ppm

 install DBD-MySql

to install the DBI module for MySql

---

e.g. Type on the MSDOS command line

 ppm

 search DBI

to see all installed DBI packages
PPM also allows querying and maintenance of
installed packages including the ability to search for and install
updates. Packages can also be installed from a local directory rather
than a URL.

---

Note:

The program is automatically installed if you download and install Perl
from the company 'ActiveState'.

---

Note:

Make sure your '\Perl\bin' directory is in your path,
or else you get file not found when you type
ppm

---

To run it type on the MSDOS command line

 ppm

---
---

Internet: see also:

---

ActivePerl: PPM, the Perl Package Manager
http://aspn.activestate.com/ASPN/Downloads/ActivePerl/PPM/

----------------------------------------------------------------------