I have been working on updating the official slackware package management tools to include a X version
whereas slackware uses a console version tried and true
but lets give that a face lift when we are in X
while doing this I have separated each function into subroutines
also in doing it this way I have maintained not to clobber any files used by the official tools and at the same time keeping thing compatible
there are some tools I use to make my life easier one is dragNdrop
scripts to install but I use a better way when there are many packages to install and that is a new script I wrote called xinstallpkg
it doesnt use any installpkg code in the front end GUI but uses the official installpkg as the backend so as not to break any (sacred rules ) lol
you can place this script anywhere you have a folder with *tgz packages and just click a GUI opens allowing you to use check boxes
to select what you want to install
then everything from there is automatic

in slackware you have KDE frontend that does this type of work looks great but its big and bloated
doing it all in Xdialog makes it very very fast and light
*you have to have installpkg already installed
the trick is a making Xdialog work with dynamic
menus
Joe