2

I have installed Java (J2SE 1.3.1_21) by following this tutorial:

http://www.anyang-window.com.cn/in-the-sco-openserver-506-installed-on-j2se-13106-development-environment/

Now, I want to uninstall it. How can I do that?

Mat
  • 51,578
  • 10
  • 158
  • 140
Oudam
  • 21
  • 1

1 Answers1

1

Not guaranteed to work, but if you used pkgadd to add the software, use pkgrm to remove it.

$ pkginfo {package_name} 
$ pkgrm {package_name}

See if you can find the sco opensever release notes for your version of java for how to uninstall.

michael
  • 822
  • 6
  • 11