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 be used in batch (like
apt-get from Debian's APT) or interactive mode.
The interactive mode puts you into a readline
interface with commandline autocompletion and
history, similar to the shell mode of Perl's CPAN.