Computing.Net > Forums > Unix > shell script to uninstall java

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

shell script to uninstall java

Reply to Message Icon

Name: MMukesh
Date: February 12, 2004 at 11:48:12 Pacific
OS: AIX
CPU/Ram: Pentium III
Comment:

Does anyone know how to uninstall java software on AIX or HP-UX box by using korn shell script?

Thanks in advance



Sponsored Link
Ads by Google

Response Number 1
Name: thepubba
Date: February 12, 2004 at 16:02:26 Pacific
Reply:

On AIX, you would use installp or RPM, depending on the system. Try:

man installp

installp -u Java14.sdk

This command would remove the Java14.sdk fileset. There may be other flags needed, since I'm not about to test the command on any of my systems.



0

Response Number 2
Name: fpmurphy
Date: February 13, 2004 at 07:52:22 Pacific
Reply:

For HP-UX you would use swremove(1)

In general it is bad practice to install
packages using a method other than the
standard package management utilities
provided with the OS.

-F


0

Response Number 3
Name: MMukesh
Date: February 13, 2004 at 08:46:37 Pacific
Reply:

Thanks Jerry and Finnbarr. I have both AIX and HP-UX system to work on.

Does anyone know how to uninstall java software on AIX or HP-UX box by using korn shell script?

Thanks in advance



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: shell script to uninstall java

I need a shell-script to search www.computing.net/answers/unix/i-need-a-shellscript-to-search/5941.html

Shell script to mail to a list www.computing.net/answers/unix/shell-script-to-mail-to-a-list/7470.html

shell script to check for a file on www.computing.net/answers/unix/shell-script-to-check-for-a-file-on/3714.html