Each one of the License Utilities is available in one of the following formats:
- Windows ZIP file - In this format the utility has been compressed using a Windows ZIP utility..
- UNIX GUNZIP Tar - In this format the utility has been placed into a TAR file and then compressed using the publicly available GZIP utility.
On most Linux systems the following command can be used to extract the contents of the file: tar zxvf <filename>.tgz
Other systems can use the following command to extract the contents of the file: gunzip -c <filename>.tgz | tar xvf -
- UNIX Compress Tar - In this format the utility has been placed into a TAR file and then compressed using theUnix compress utility.
Most systems can use a command similar to the following to extract the contents of the file: uncompress -c <filename>.tar.Z | tar xvf -
Not sure which Linux utility to download? Contact Liant Technical Support. We can help you identify which version is needed for your product.
Click here for amendment license installation instructions.
|