On Fri, 1 Oct 1999, Mandrake Bugs wrote:

> > You can use rpm -e with the full package name, version included.
> > 
> > rpm -e rpm-3.0.3-35mdk for example.
> 
> Did that - it claims that package is not installed (it is, though)
> 
> 

rpm --rebuilddb && for i in `rpm -qa|grep package_to_remove` ; do rpm -e $i ; done

Reply via email to