Installing IBM Global Security Kit packages
How you install the IBM® Global Security Kit (GSKit) packages depends on the Linux system that you are running.
About this task
If you plan to install IBM Global Security Kit (GSKit) on a non-Debian Linux system, use the rpm command. You can install the package in either the default location or one of your choosing.
If you plan to install IBM Global Security Kit (GSKit) on a Debian
Linux system, such as Ubuntu, you have the option of
forcing the rpm installation, or converting the package into a Debian format and installing the
converted package.
Note: While Debian Linux systems support rpm command
installations, Debian packaging is preferred.
Procedure
Use one of the following methods to install IBM Global Security Kit (GSKit) on your Linux system:
- For non-Debian system installations to the default location:
- To install IBM Global Security Kit (GSKit) packages to the default location,/usr/local, run the
command
rpm -Uv GSKit_Crypt_RPM GSKit_SSL_RPM - For non-Debian system installations to a location of your choosing:
- To install IBM Global Security Kit (GSKit) packages to a location that you specify, run the command
rpm -Uv --prefix new_location rpm_file. - For Debian system installations using the rpm command:
- Because Debian packaging is preferred on Debian Linux systems, the rpm database on a new Debian Linux system might not be populated, causing an rpm installation to fail the prerequisite checking.
- For Debian system installations using native Debian packaging:
-
- Convert the IBM Global Security Kit (GSKit) rpm package to Debian packaging by using the alien
tool:
alien gskssl64-8.0.54.4.linux.x86_64.rpm --target x86_64 --keep-version --scripts - Install the converted package:
dpkg -i gskssl64_8.0-55.4_x86_64.deb
- Convert the IBM Global Security Kit (GSKit) rpm package to Debian packaging by using the alien
tool: