Check-out our new look and give us some feedback!

How to Install or Uninstall PECL Extensions

Posted on by J. Mays
Category: Technical Support | Tags: pear, PECL
Reading Time: < 1 minute
Pre-Flight Check
  • These instructions are intended specifically for installing or uninstalling PECL Extensions.
  • I’ll be working from a Liquid Web Core Managed CentOS 6.5 server, and I’ll be logged in as root. That said, these instructions will work on any server where PECL and PEAR are installed.

PECL, or the PHP Extension Community Library, is a repository for PHP extensions. There are many, many PECL extensions including, but not limited to: 1. database extensions, such as mongo, and 2. networking extensions, such as geoip.

The general command is pecl install extension. As an example, to install the PECL extension for perl:

pecl install perl

The general command is pecl uninstall extension; to uninstall the PECL extension for perl:

pecl uninstall perl

About the Author: J. Mays

Latest Articles

How to Edit Your DNS Hosts File

Read Article

How to Edit Your DNS Hosts File

Read Article

Microsoft Exchange Server Security Update

Read Article

How to Monitor Your Server in WHM

Read Article

How to Monitor Your Server in WHM

Read Article