On Fri, 08 Sep 2000, you wrote:
> I used a very small install of mandrake, and now i want to add and remove
> packages. How do i do this? I also think drakconf is missing - how do i get
> it?

If you don't have kpackage or have problems, use the command line.

To list all packages:

rpm -qa 

To search for a specific package: 

rpm -qa | grep <part of package name you want to look for>

To uninstall something:

rpm -e <package name>

It's not as easy as kpackage but it'll do the job.  It won't let you 
uninstall anything without you removing dependencies first, so you can't 
break your system too badly.
-- 
--Arcana

Reply via email to