On Fri, May 26, 2006 at 11:24:51AM +0530, rpm akshbroadband com 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:
pgpuOpahI9s4h.pgp
Description: PGP signature