Letter P
Packages beginning with letter "P".
- PyKDE4 - Python bindings for KDE4
 - PyKDE4-akonadi - Akonadi runtime support for PyKDE4
 - PyKDE4-devel - Files needed to build other bindings based on KDE4
 - PyQt4 - Python bindings for Qt4
 - PyQt4-devel - Files needed to build other bindings based on Qt4
 - pam - An extensible library which provides authentication for applications
 - pam-devel - Files needed for developing PAM-aware applications and modules for PAM
 - pam_ssh_agent_auth - PAM module for authentication with ssh-agent
 - patch - The GNU patch command, for modifying/upgrading files.
 - pdftk - The PDF Tool Kit
 - pdns - A modern, advanced and high performance authoritative-only nameserver
 - pdns-backend-geo - Geo backend for pdns
 - pdns-backend-ldap - LDAP backend for pdns
 - pdns-backend-mysql - MySQL backend for pdns
 - pdns-backend-pipe - Pipe backend for pdns
 - pdns-backend-postgresql - PostgreSQL backend for pdns
 - pdns-backend-sqlite - SQLite backend for pdns
 - perl - The Perl programming language
 - perl-Archive-Extract - Generic archive extracting mechanism
 - perl-Archive-Tar - A module for Perl manipulation of .tar files
 - perl-Attribute-Handlers - Simpler definition of attribute handlers
 - perl-AutoLoader - AutoLoader - load subroutines only on demand
 - perl-B-Debug - Walk Perl syntax tree, printing debug info about ops
 - perl-B-Lint - Perl lint
 - perl-CGI - Handle Common Gateway Interface requests and responses
 - perl-CGI-Simple - Simple totally OO CGI interface that is CGI.pm compliant
 - perl-CPAN - Query, download and build perl modules from CPAN sites
 - perl-CPANPLUS - API & CLI access to the CPAN mirrors
 - perl-CPANPLUS-Dist-Build - CPANPLUS plugin to install packages that use Build.PL
 - perl-Class-ISA - report the search path for a class's ISA tree
 - perl-Compress-Raw-Bzip2 - Low-Level Interface to bzip2 compression library
 - perl-Compress-Raw-Zlib - Low-Level Interface to the zlib compression library
 - perl-DB_File - Perl5 access to Berkeley DB version 1.x
 - perl-DProf - a Perl code profiler
 - perl-Data-Dumper - stringified perl data structures, suitable for both printing and eval
 - perl-Devel-PPPort - Perl/Pollution/Portability
 - perl-Devel-Peek - A data debugging tool for the XS programmer
 - perl-Digest - Modules that calculate message digests
 - perl-Digest-MD5 - Perl interface to the MD5 Algorithm
 - perl-Digest-SHA - Perl extension for SHA-1/224/256/384/512
 - perl-Encode - character encodings
 - perl-ExtUtils-CBuilder - Compile and link C code for Perl modules
 - perl-ExtUtils-Command - utilities to replace common UNIX commands in Makefiles etc.
 - perl-ExtUtils-Constant - generate XS code to import C header constants
 - perl-ExtUtils-Embed - Utilities for embedding Perl in C/C++ applications
 - perl-ExtUtils-Install - install files from here to there
 - perl-ExtUtils-MakeMaker - Create a module Makefile
 - perl-ExtUtils-Manifest - utilities to write and check a MANIFEST file
 - perl-ExtUtils-ParseXS - Module and a script for converting Perl XS code into C code
 - perl-FCGI - FCGI Perl module
 - perl-File-Fetch - Generic file fetching mechanism
 - perl-File-Path - Create or remove directory trees
 - perl-File-Temp - return name and handle of a temporary file safely
 - perl-Filter-Simple - Simplified source filtering
 - perl-Filter-Util-Call - Perl Source Filter Utility Module
 - perl-Getopt-Long - Extended processing of command line options
 - perl-Git - Perl interface to Git
 - perl-I18N-LangTags - functions for dealing with RFC3066-style language tags
 - perl-IO - load various IO modules
 - perl-IO-Compress - Base Class for IO::Compress modules
 - perl-IO-Zlib - Perl IO:: style interface to Compress::Zlib
 - perl-IPC-Cmd - Finding and running system commands made easy
 - perl-IPC-SysV - System V IPC constants and system calls
 - perl-Locale-Codes - a distribution of modules to handle locale codes
 - perl-Locale-Maketext - framework for localization
 - perl-Locale-Maketext-Simple - Simple interface to Locale::Maketext::Lexicon
 - perl-Log-Message - Generic message storage mechanism
 - perl-Log-Message-Simple - Simplified frontend to Log::Message
 - perl-MIME-Base64 - Encoding and decoding of base64 strings
 - perl-Math-BigInt - Arbitrary size integer/float math package
 - perl-Math-BigInt-FastCalc - Math::BigInt::Calc with some XS for more speed
 - perl-Math-BigRat - Arbitrary big rational numbers
 - perl-Math-Complex - complex numbers and associated mathematical functions
 - perl-Memoize - Make functions faster by trading space for time
 - perl-Module-Build - Perl module for building and installing Perl modules
 - perl-Module-CoreList - Perl core modules indexed by perl versions
 - perl-Module-Load - Runtime require of both modules and files
 - perl-Module-Load-Conditional - Looking up module information / loading at runtime
 - perl-Module-Loaded - Mark modules as loaded or unloaded
 - perl-Module-Pluggable - Automatically give your module the ability to have plugins
 - perl-NEXT - Provide a pseudo-class NEXT (et al) that allows method redispatch
 - perl-Net-Ping - check a remote host for reachability
 - perl-Object-Accessor - Perl module that allows per object accessors
 - perl-Package-Constants - List all constants declared in a package
 - perl-Params-Check - Generic input parsing/checking mechanism
 - perl-Parse-CPAN-Meta - Parse META.yml and other similar CPAN metadata files
 - perl-PathTools - get pathname of current working directory
 - perl-PerlIO-via-QuotedPrint - PerlIO layer for quoted-printable strings
 - perl-Pod-Escapes - Perl module for resolving POD escape sequences
 - perl-Pod-LaTeX - Convert Pod data to formatted Latex
 - perl-Pod-Parser - base class for creating POD filters and translators
 - perl-Pod-Perldoc - Look up Perl documentation in Pod format.
 - perl-Pod-Plainer - Perl extension for converting Pod to old-style Pod.
 - perl-Pod-Simple - Framework for parsing POD documentation
 - perl-Safe - Compile and execute code in restricted compartments
 - perl-Scalar-List-Util - A selection of general-utility list subroutines
 - perl-SelfLoader - load functions only on demand
 - perl-Shell - run shell commands transparently within perl
 - perl-Socket - load the C socket.h defines and structure manipulators
 - perl-Storable - persistence for Perl data structures
 - perl-Switch - A switch statement for Perl
 - perl-Sys-Syslog - Perl interface to the UNIX syslog(3) calls
 - perl-Term-ANSIColor - Color screen output using ANSI escape sequences
 - perl-Term-Cap - Perl termcap interface
 - perl-Term-UI - Term::ReadLine UI made easy
 - perl-Test - provides a simple framework for writing test scripts
 - perl-Test-Harness - Run Perl standard test scripts with statistics
 - perl-Test-Simple - Basic utilities for writing tests
 - perl-Text-Balanced - Extract delimited text sequences from strings.
 - perl-Text-ParseWords - parse text into an array of tokens or array of arrays
 - perl-Text-Soundex - Implementation of the soundex algorithm.
 - perl-Text-Tabs - expand and unexpand tabs per the unix expand(1) and unexpand(1)
 - perl-Thread-Queue - Thread-safe queues
 - perl-Tie-File - Access the lines of a disk file via a Perl array
 - perl-Tie-RefHash - use references as hash keys
 - perl-Time-HiRes - High resolution alarm, sleep, gettimeofday, interval timers
 - perl-Time-Local - efficiently compute time from local and GMT time
 - perl-Time-Piece - Time objects from localtime and gmtime
 - perl-Unicode-Collate - Unicode Collation Algorithm
 - perl-Unicode-Normalize - Unicode Normalization Forms
 - perl-XSLoader - Dynamically load C libraries into Perl code
 - perl-autodie - Replace functions with ones that succeed or die with lexical scope
 - perl-base - Establish an ISA relationship with base classes at compile time
 - perl-bignum - Transparent BigNumber support for Perl
 - perl-clearsilver - Perl interface to the ClearSilver HTML templating system
 - perl-constant - Perl pragma to declare constants
 - perl-core - Base perl metapackage
 - perl-devel - Header files for use in perl development
 - perl-encoding-warnings - Warn on implicit encoding conversions
 - perl-if - use a Perl module if a condition holds
 - perl-lib - manipulate @INC at compile time
 - perl-libnet - collection of linbet APIs
 - perl-libs - The libraries for the perl runtime
 - perl-parent - Establish an ISA relationship with base classes at compile time
 - perl-podlators - podlators contains Pod::Man and Pod::Text modules
 - perl-threads - Perl interpreter-based threads
 - perl-threads-shared - Perl extension for sharing data structures between threads
 - perl-version - Perl extension for Version Objects
 - php - PHP scripting language for creating dynamic web sites
 - php-bcmath - A module for PHP applications for using the bcmath library
 - php-cli - Command-line interface for PHP
 - php-common - Common files for PHP
 - php-dba - A database abstraction layer module for PHP applications
 - php-devel - Files needed for building PHP extensions
 - php-embedded - PHP library for embedding in applications
 - php-enchant - Human Language and Character Encoding Support
 - php-gd - A module for PHP applications for using the gd graphics library
 - php-imap - A module for PHP applications that use IMAP
 - php-interbase - A module for PHP applications that use Interbase/Firebird databases
 - php-intl - Internationalization extension for PHP applications
 - php-ldap - A module for PHP applications that use LDAP
 - php-mbstring - A module for PHP applications which need multi-byte string handling
 - php-mcrypt - Standard PHP module provides mcrypt library support
 - php-mssql - MSSQL database module for PHP
 - php-mysql - A module for PHP applications that use MySQL databases
 - php-odbc - A module for PHP applications that use ODBC databases
 - php-pdo - A database access abstraction module for PHP applications
 - php-pgsql - A PostgreSQL database module for PHP
 - php-process - Modules for PHP script using system process interfaces
 - php-pspell - A module for PHP applications for using pspell interfaces
 - php-qt - PHP bindings for Qt4
 - php-qt-devel - Development files for php-qt
 - php-recode - A module for PHP applications for using the recode library
 - php-snmp - A module for PHP applications that query SNMP-managed devices
 - php-soap - A module for PHP applications that use the SOAP protocol
 - php-tidy - Standard PHP module provides tidy library support
 - php-xml - A module for PHP applications which use XML
 - php-xmlrpc - A module for PHP applications which use the XML-RPC protocol
 - php-zts - Thread-safe PHP interpreter for use with the Apache HTTP Server
 - phpMyAdmin - Web based MySQL browser written in php
 - phpPgAdmin - Web-based PostgreSQL administration
 - phpldapadmin - Web-based tool for managing LDAP servers
 - pidgin - A Gtk+ based multiprotocol instant messaging client
 - pidgin-devel - A Gtk+ based multiprotocol instant messaging client
 - pixman - Pixel manipulation library
 - pixman-devel - Pixel manipulation library development package
 - plasma-wallpaper-marble - Mable wallpaper for kde-plasma
 - poppler - PDF rendering library
 - poppler-devel - poppler-devel
 - poppler-glib - Glib wrapper for poppler
 - poppler-glib-devel - Development files for glib wrapper
 - poppler-qt - Qt3 wrapper for poppler
 - poppler-qt-devel - Development files for Qt3 wrapper
 - poppler-qt4 - Qt4 wrapper for poppler
 - poppler-qt4-devel - Development files for Qt4 wrapper
 - poppler-utils - Command line utilities for converting PDF files
 - postfix - Postfix Mail Transport Agent
 - postfix-perl-scripts - Postfix utilities written in perl
 - postgresql - PostgreSQL client programs
 - postgresql-contrib - Contributed modules distributed with PostgreSQL
 - postgresql-devel - PostgreSQL development header files and libraries
 - postgresql-docs - Extra documentation for PostgreSQL
 - postgresql-libs - The shared libraries required for any PostgreSQL clients
 - postgresql-plperl - The Perl procedural language for PostgreSQL
 - postgresql-plpython - The Python procedural language for PostgreSQL
 - postgresql-pltcl - The Tcl procedural language for PostgreSQL
 - postgresql-server - The programs needed to create and run a PostgreSQL server
 - postgresql-test - The test suite distributed with PostgreSQL
 - ptlib - Portable Tools Library
 - ptlib-devel - ptlib-devel
 - python-clearsilver - Python interface to the ClearSilver HTML templating system
 - python-virtinst - Python modules and utilities for installing virtual machines