364 IBM WebSphere Portal for Multiplatforms V5 Handbook
8.3.1 Removing the old Netscape Communicator
We use the following command to find the Netscape package:
# pkginfo |grep Netscape
Then, we use the following command to remove the package we found:
# pkgrm <package name>
8.3.2 Installing Netscape Communicator
Complete the following steps to install the new Netscape Communicator version.
1. Start a Solaris Console, and enter the following command:
# cd /usr
# mkdir netscape
2. Get the Netscape Communicator package and unzip it. We download the V7
from the Web and got the package named n7-patches-s8-sparc.zip, then we
ran the following command:
# cd /opt1
# mkdir netscape_img
# cd netscape_img
3. Copy the installation image to this directory.
4. ...