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 rpm commands:

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

where a.b.c is the version of the package.

The latest version of the Linux installation packages (files with .rpm extension) can be found in Downloads. If you have any difficulties, consult your supplier.

To remove the package:

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

To upgrade the package:

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