These tarballs are intended to be installed over an existing
OpenSolaris ≥ B72
i386 or SPARC installation and provide ksh93s+_20071101
for testing and evaluation purposed ONLY.
Install instructions:
- Download the tarball:
- Verify the MD5 checksum:
- i386/AMD64:
MD5(ksh93_integration_20071105_snapshot_i386.tar.bz2)= 86820df14a8931706a7d6200dc41a889
- SPARC:
MD5(ksh93_integration_20071105_snapshot_sparc.tar.bz2)= 396b9e135789c6c5c206547242dca842
- Login as user "root":
- Change directory to
/ and unpack the tarball with /usr/bin/tar using the "xvof" option ("o" is very important to set the file ownership to "root")
Example for i386/AMD64:
$ cd /tmp
$ wget http://www.opensolaris.org/os/project/ksh93-integration/downloads/ksh93_integration_20071105_snapshot_i386.tar.bz2
$ /usr/sfw/bin/openssl md5 ksh93_integration_20071105_snapshot_i386.tar.bz2
MD5(ksh93_integration_20071105_snapshot_i386.tar.bz2)= 86820df14a8931706a7d6200dc41a889
# cd /
# sync ; sync
# bzcat </tmp/ksh93_integration_20071105_snapshot_i386.tar.bz2 | tar -xvof -
# sync ; sync
Example for SPARC:
$ cd /tmp
$ wget http://www.opensolaris.org/os/project/ksh93-integration/downloads/ksh93_integration_20071105_snapshot_sparc.tar.bz2
$ /usr/sfw/bin/openssl md5 ksh93_integration_20071105_snapshot_sparc.tar.bz2
MD5(ksh93_integration_20071105_snapshot_sparc.tar.bz2)= 396b9e135789c6c5c206547242dca842
# cd /
# sync ; sync
# bzcat </tmp/ksh93_integration_20071105_snapshot_sparc.tar.bz2 | tar -xvof -
# sync ; sync
Notes: