Linux

On Linux distributions (64-bit) compatible with RPM or DEB packages, the library (components with application programming interfaces) is installed directly from the HSM RPM or DEB packages. Support and development libraries (sdk) and the HSM management CLI (Command Line Interface) console will be installed.

There is also the option of downloading TAR packages (.tar.gz) with the libraries and the CLI console, in specific files for Centos and Ubuntu distributions.

After installation, the HSM SDK will be installed using the following directory structure:

  • /opt/dinamo (java libraries)

To install, use the system's rpm commands:

#rpm -ivh dinamo-a.b.c-1.el7.centos.x86_64.rpm

where a.b.c is the package version.

The latest version of Linux installation packages (files with .rpm extension) can be found under Downloads. Should you encounter any difficulties, please contact your vendor.

To remove the package:

#rpm -ev dinamo-a.b.c-1

To upgrade the package:

#rpm -Uvh dinamo-a.b.c-1