1747993 Members
4654 Online
108756 Solutions
New Discussion юеВ

Re: remove sudo

 
SOLVED
Go to solution
Eli Daniel
Super Advisor

remove sudo

hi,
i have to problem for remove the software sudo sudo-1.7.2p2 in the operation system

SAPL904:/tmp/hp/sudo/sudo-1.7.2p2> swlist -l product | grep sudo
SAPL904:/tmp/hp/sudo/sudo-1.7.2p2>
not appear

in the sam no show "sudo" software installation
the installation was via ./configure

i nedd remove the software
8 REPLIES 8
Steven E. Protter
Exalted Contributor
Solution

Re: remove sudo

Shalom,

find / -name sudo

Same thing for sudoers

Erase the files at the command line.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Johnson Punniyalingam
Honored Contributor

Re: remove sudo

>>>in the sam no show "sudo" software installation
the installation was via ./configure<<<

SAM -> will show only if package /sw has been installed by using .depot * format.

in you case you have mentioned ./configure,
as said by >>SEP<< You can remove them by using (rm command) via command line

Example :-
rm -R (man rm) for more information
Problems are common to all, but attitude makes the difference
Steven Schweda
Honored Contributor

Re: remove sudo

> the installation was via ./configure

I don't know what you did, but I'd guess that
"./configure", by itself, did not install
anything. I'd guess that there was at least
one "make install" in there somewhere, and
that _that_ installed something(s).

I'd also guess that if you looked at the
"make" file (possibly "Makefile"), you might
find an "uninstall" (or similar) target,
which could be used to remove the installed
files. Otherwise, if you re-ran the actual
installation procedure, and recorded its
actions, then you might learn which files
were installed, which should tell you what
you would need to remove.
Eli Daniel
Super Advisor

Re: remove sudo

the sudo installation packed: sudo-1.7.2p2.tar.gz

process 1:
./configue

process 2:
make install

in the sam not see aplication sudo
Johnson Punniyalingam
Honored Contributor

Re: remove sudo

>>in the sam not see aplication sudo<<

As mentioned above post

"SAM -> will show only if package has been installed by using .depot * format."

Example :-

swinstall -s /var/adm/crash/sudo_1.7.2.depot
Problems are common to all, but attitude makes the difference
Eli Daniel
Super Advisor

Re: remove sudo

not exist method for remove sudo.gz?
Torsten.
Acclaimed Contributor

Re: remove sudo

Maybe there is something like a "make uninstall" - just check the Makefile. Lesson learned - use depots for installations.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Eli Daniel
Super Advisor

Re: remove sudo

yes, Lesson learned
thanks