undo installation on AIX 4.3

Hi,

How can I undo installation of a package on AIX 4.3 properly?

It's an install script. On linux, I usually just kill the process and delete from disk with this command "find .... exec rm -r {}\;". And it usually works. Can I do the same with AIX 4.3?

Thanks,
Itik

If it's a proper AIX package then use smit to remove it.

If it's just some random programs with a lashed together install script you need to look at the install script and see what it's putting and where.

installp -u <package name>