HP Unix安装Java1.下载下载地址:https://h20392.www2.hpe.com/portal/swdepot/displayProductInfo.do?productNumber
HP Unix安装Java
1.下载
下载地址:https://h20392.www2.hpe.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXJDKJRE80
2.安装
swinstall -s /tmp/Itanium_JDK_JRE_8.0.08_December_2016_Z7550-63385_java8_18008_ia.depot
[Options]-->[Change Options],不勾选“Mount filesystems in /etc/fstab or /etc/checklist”和“Use checksum when checking if file is the same”。
[Actions]-->[Mark for install]选择要安装的程序,[Actions]-->[Install]
3.卸载
获取bundle的名称
swlist|grep -i java
删除bundle
swremove <BUNDLE_NAME>