| The poldek is an RPM package management tool which allows you to easily
perform package verification, installation (including system installation
from scratch), upgrading, and removal. Package dependencies are
automatically handled, so if you try to install a package that needs others
to be installed, it will download all needed packages and install them. It
can divide a huge package set into fixed size chunks for the purpose of
placing packages on removable media like CDROM or ZIP. It can be used in
batch (like apt_get from Debian's APT) or interactive mode. The interactive
mode puts you into a readline interface with command line autocompletion
and history, similar to the shell mode of Perl's CPAN. |