Ralf Mueller wrote: > > Hello, > > Is there a tool to maintain the installed deb-packages like 'kpackage', with > > wich I can install, deinstall, configure deb-Packages? > > Thank you very much.
'dpkg' is the command-line manager (like rpm). 'dselect' is a front-end for dpkg; this is the one you should look at. 'apt' currently is a command-line tool that uses dpkg. 'apt' will eventually replace 'dselect'. -- Ed C.