1829113 Members
13024 Online
109986 Solutions
New Discussion

sudo

 
Mehmood Ansari
Frequent Advisor

sudo

Hi
How can I completely removed sudo from the system and depot.

Thanks
2 REPLIES 2
Victor BERRIDGE
Honored Contributor

Re: sudo

Hi
Since it was a depot format, use swremove


All the best
Victor
Robert-Jan Goossens
Honored Contributor

Re: sudo

Hi,

Depends how you installed sudo.

Is you installed it with swinstall

# swllist -l product | grep i sudo

# swremove sudo

Installed with tar.

# cd /usr/local/
# rm -r sudo

Hope this helps,
Robert-Jan