Re: RPM REMOVE ERROR

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

 



On Fri, May 26, 2006 at 11:24:51AM +0530, rpm@xxxxxxxxxxxxxxxxx wrote:
> 
> 
> HI,
> 
> I have problem when i remove some package from my redhat
> linux PC that not installed it give the error
> 
> [root@devendra
> ~]# rpm -e postfix
> error: package postfix is not installed
> 
> i also try this :-
> 
> [root@devendra ~]# rpm -e postfix
> 2>&1 > /dev/null
> error: package postfix is not installed

rpm -e postfix &> /dev/null
or
rpm -e postfix > /dev/null 2>&1

(Your "2>&1 > /dev/null" redirected stderr to stdout before redirecting
stdout to /dev/null, so you still got the error (it's sent to stderr)).


-- 
lfr
0/0

Attachment: pgp1ENUZDoENk.pgp
Description: PGP signature

_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/rpm-list

[Index of Archives]     [RPM Ecosystem]     [Linux Kernel]     [Red Hat Install]     [PAM]     [Red Hat Watch]     [Red Hat Development]     [Red Hat]     [Gimp]     [Yosemite News]     [IETF Discussion]

  Powered by Linux