Installing the Connector Using the RPM File

If you did not obtain this connector from the Simba website, you might need to follow a different installation procedure. For more information, see the Simba ODBC Connectors Installation Guide.

The placeholders in the file names are defined as follows:

  • [Version] is the version number of the connector.
  • [Release] is the release number for this version of the connector.

You can install both the 32-bit and 64-bit versions of the connector on the same machine. For ARM machines, we support only 64-bit versions.

To install the Simba Trino ODBC Connector using the RPM File:

  1. Log in as the root user.
  2. Navigate to the folder containing the RPM package for the connector.
  3. Depending on the Linux distribution that you are using, run one of the following commands from the command line, where [RPMFileName] is the file name of the RPM package:
    • If you are using Red Hat Enterprise Linux or CentOS, run the following command:

      yum --nogpgcheck localinstall [RPMFileName]

    • Or, if you are using SUSE Linux Enterprise Server, run the following command:

      zypper install [RPMFileName]

    • Or, if you are using Linux ARM Server, navigate to the Linux_ARM folder containing the RPM and run the following command:

      Linux ARM/zypper install [RPMFileName]

Next, configure the environment variables on your machine to make sure that the ODBC Driver manager can work with the connector. For more information, see Configuring the ODBC Driver Manager