Installing Updated (Patched) Software Packages - Teradata Tools and Utilities

Teradata® Tools and Utilities for Linux Installation Guide Amazon Linux 2, CentOS, OEL, RedHat, SLES, Ubuntu - 17.20

Deployment
VantageCloud
deployment
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Tools and Utilities
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2023-11-17
dita:mapPath
trg1641290463177.ditamap
dita:ditavalPath
bbv1473194095470.ditaval
dita:id
ems1473187628189
Product Category
Teradata Tools and Utilities
  1. Log on as root (or change to root and enter the root password).
  2. Go to the location where you saved the compressed file.
  3. Review the readme file for additional installation instructions or a list of dependencies.
  4. Uncompress and untar the files and dependent product packages into a folder for the setup packages.

    gunzip -c package_name | tar xvf -

  5. Uninstall the previous version of software:
    CentOS, RedHat, s390x, SUSE: rpm -e package_name
    Ubuntu: dpkg -r|-P package_name
  6. If the product has dependencies, install them in the following order before you install the downloaded patch:
    1. Shared ICU Libraries for Teradata (tdicu)
    2. Teradata Call-Level Interface version 2 (cliv2)
    3. Teradata Data Connector API (piom)
    4. Other Products
  7. Install the downloaded software:
    CentOS, RedHat, s390x, SUSE: rpm -ivh package_name
    Ubuntu: dpkg -i package_name