Link to home
Start Free TrialLog in
Avatar of sams20
sams20

asked on

How to remove USFSsudo-1.7.1.1.bff from AIX

I want to remove USFSsudo-1.7.1.1.bff  from AIX 5.3.
Please let me know the exact command.
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Hi,

1) determine the exact name of the installed package

lslpp -L | grep -i USFSsudo

You'll find the name in the first column of the output.

2) deinstall using the name from above (I assume it will be USFSsudo or USFSsudo-1.7.1.1)

installp -u -g USFSsudo

or

installp -u -g USFSsudo-1.7.1.1

or whichever name you found in (1).

wmp
Avatar of sams20
sams20

ASKER

 
I found from my system,
# lslpp -L | grep -i USFSsudo
  USFSsudo.rte               1.7.1.0    C     F    Sudo 1.7.1 EXEC

Shall I type,
installp -u -g Sudo 1.7.1 EXEC

Please give me suggestion.
ASKER CERTIFIED SOLUTION
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial