Difference between revisions of "Pkgtools"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) m |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 63: | Line 63: | ||
|is a script that upgrades a Slackware (*.tgz) package. | |is a script that upgrades a Slackware (*.tgz) package. | ||
|} | |} | ||
+ | |||
+ | [[Category:Package Management]] |
Latest revision as of 16:59, 20 September 2009
Download Source: | ftp://ftp.cerias.purdue.edu/pub/os/slackware/slackware-current/slackware/a/pkgtools-12.1.0-noarch-6.tgz |
---|
Contents
Introduction to Pkgtools
pkgtools is the Slackware package maintenance system.
Project Homepage: Unknown
Dependencies
Required
Non-Multilib or Multilib
Install the package:
tar xvf pkgtools-12.1.0-noarch-6.tgz
pkgtools is provided as a Slackware package and will, thus, create a directory named /install. Remove this directory:
rm -dfr /install
Contents
Installed Directories: | None |
---|---|
Installed Programs: | /sbin/explodepkg, /sbin/installpkg, /sbin/makebootdisk, /sbin/makepkg, /sbin/pkgtool, /sbin/removepkg, /sbin/upgradepkg |
Installed Libraries: | None |
Short Descriptions
explodepkg | is a script that extracts the contents of a tarred package in the current directory. |
---|---|
installpkg | is a script that installs Slackware (*.tgz) packages. |
makebootdisk | |
makepkg | is a script that creates a Slackware (*.tgz) package. |
pkgtool | is a software package maintenance tool. |
removepkg | is a script that removes a Slackware (*.tgz) package. |
upgradepkg | is a script that upgrades a Slackware (*.tgz) package. |