[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: erasing multiple packages



"-i grep".  Not.  
Sorry for the typo.


rpm -e `rpm -qa | grep -i somepkg`

dm
On Wed, 2003-11-19 at 14:35, Debbie Mazurek wrote:
> This might do it:
> rpm -e `rpm -qa | -i grep somepkg`
> 
> dm
> 
> On Wed, 2003-11-19 at 14:07, Prakash_Nara@dell.com wrote:
> > Is there a way to erase multiple packages in a single transaction without
> > naming all the packages.
> > 
> > I know something like the following works.
> > rpm -e somepkgagent  somepkgclient  somepkgserver  somepkgsomething.
> > 
> > But the following doesn't work
> > rpm -e somepkg*
> > 
> > Does anyone know a better way to erase a bunch of rpms without naming them
> > all?
> > 
> > Thanks
> > 
> > 
> > 
> > _______________________________________________
> > Rpm-list mailing list
> > Rpm-list@redhat.com
> > https://www.redhat.com/mailman/listinfo/rpm-list
> 
> 
> _______________________________________________
> Rpm-list mailing list
> Rpm-list@redhat.com
> https://www.redhat.com/mailman/listinfo/rpm-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]