Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.333.979 Times

PPM 2.1.8

  Date Added: June 13, 2010  |  Visits: 1.159

PPM

Report Broken Link
Printer Friendly Version


Product Homepage
Download (105 downloads)



PPM is a Perl Package Manager: locate, install, upgrade software packages. SYNOPSIS ppm genconfig ppm help [command] ppm install [--location=location] package1 [... packageN] ppm query [--case|nocase] [--abstract|author] PATTERN ppm remove package1 [... packageN] ppm search [--case|nocase] [--location=location] [--abstract|author] PATTERN ppm set [option] ppm verify [--location=location] [--upgrade] [--force] [package1 ... packageN] ppm version ppm [--location=location] ppm is a utility intended to simplify the tasks of locating, installing, upgrading and removing software packages. It is a front-end to the functionality provided in PPM.pm. It can determine if the most recent version of a software package is installed on a system, and can install or upgrade that package from a local or remote host. ppm runs in one of two modes: an interactive shell from which commands may be entered; and command-line mode, in which one specific action is performed per invocation of the program. ppm uses files containing an extended form of the Open Software Description (OSD) specification for information about software packages. These description files, which are written in Extensible Markup Language (XML) code, are referred to as PPD files. Information about OSD can be found at the W3C web site (at the time of this writing, http://www.w3.org/TR/NOTE-OSD.html). The extensions to OSD used by ppm are documented in PPM.ppd..

Requirements: No special requirements
Platforms: Linux
Keyword: Install Libraries Locate Osd Package Perl Perl Package Manager Ppm Ppm Is Programming Software Upgrade Upgrade Software
Users rating: 0/10

License: Freeware Size: 53.25 KB
USER REVIEWS
More Reviews or Write Review


PPM RELATED
Utilities  -  Simple Perl Package Manager 0.98
Simple Perl Package Manager tracks the files added or deleted from a system by using "find". It can detect modified files using installwatch, make backups of modified or deleted files, and remove, list, or make a tarball of a package. It records...
22.53 KB  
Utilities  -  Smart Package Manager 0.40
The Smart Package Manager project has the ambitious objective of creating smart and portable algorithms for solving adequately the problem of managing software upgrading and installation. This tool works in all major distributions, and will...
481.28 KB  
Utilities  -  Mongoose Package Manager 0.0.1
Mpak is being designed from the ground up to be a kernel and architecture independent package manager for free operating systems.. Savannah is a central point for development, distribution and maintainance of Free Software. It allows contributors...
286.72 KB  
Programming  -  Perl Module Manager 1.2.0.18
Perl Module Manager helps you to install, un-install and manage Perl modules from a CPAN site and other sources in an easy and intuitive way. Allows you to search through thousands of useful modules and libraries on a CPAN site and its mirrors....
1.44 MB  
Utilities  -  Centralized package manager 0.7.1
Centralized package manager (CPacMan) - package management (redistribution) solution for server farms. Central package redistribution system increases security and improves manageability.
32.81 KB  
Simulation Games  -  FlightGear Package Manager 20081022
A package manager for the FlightGear open source flight simulator
717.13 KB  
Business  -  perl fitness manager 0.1
Perl fitness manager is a simple command line program that allows you to keep track of fitness exercises and generate reports or overviews for weeks and months. The interface is simple and reasonably foolproof.
2.75 KB  
Utilities  -  Bocken 0.5.3
Bocken is a package manager that handles forward and reverse recursive dependency resolving, installations, uninstallations, and install logging, and patching, unpacking, and integrity checks. It does not rely on a database and configuration...
583.68 KB  
Modules  -  Package Manager for Joomla! 1.5
Joomla! Package Manager (JPackageMan) is a 1.5 project to enable updating and removing packages from a Joomla! 1.5 system. Packages are like 'multi' installers that enable more than one extension to be installed at the same time.
10 KB  
Utilities  -  PacKommander 2.5
PacKommander is a GUI wrapper for the pacman package manager of Arch Linux. It is my very first Kommander script; but it does the job pretty well. Use it to install, upgrade, search, remove, query packages (local or repository) as well as...
54.27 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB