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.
To install the Simba Trino ODBC Connector using the RPM File:
- Log in as the root user.
- Navigate to the folder containing the RPM package for the connector.
- 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]
- If you are using Red Hat Enterprise Linux or CentOS, run the following command: