HPMS
From Fresh Dictionary
[edit]
English
[edit]
Initialism
CPAM
A Package Management System above the local package management system to achieve application management tasks the same way. "pkg-inst A.pkg" will be the same command to install a pacakge on the supported OS. "pkg-rm A.pkg" will be the same command to remove a package. System administrator or end user don't need to remember the different commands to install/remove a package.
Examples for install a package on different OS. Linux: rpm -ivh A.rpm Solaris: pkgadd -d A.pkg HP-UX: swinstall A.pkg Debian: apt-get A.pkg Win32: msiexec /i A.msi /qb