- Log on as root (or change to root and enter the root password).
- Go to the location where you saved the compressed file.
- Review the readme file for additional installation instructions or a list of dependencies.
- Uncompress and untar the files and dependent product packages into a folder for the setup packages.
gunzip -c package_name | tar xvf -
- Uninstall the previous version of software:rpm -e package_nameCentOS, RedHat, s390x, SUSE: rpm -e package_namepkgrm package_nameinstallp -R <prefix> -u package_namewhere the following is true:
- <prefix> is the install prefix (default is /opt)
- package_name is the name of the package to be uninstalled (e.g., bteq1620)
Ubuntu: dpkg -r|-P package_name - If the product has dependencies, install them in the following order before you install the downloaded patch:
- Shared ICU Libraries for Teradata (tdicu)
- Teradata Call-Level Interface version 2 (cliv2)
- Teradata Data Connector API (piom)
- Other Products
- Install the downloaded software:rpm -ivh package_nameCentOS, RedHat, s390x, SUSE: rpm -ivh package_namepkgrm package_nameinstallp -R <prefix> -acdFX 'pwd'/product.bff all
where <prefix> is the install prefix (e.g., default prefix is /opt)
Ubuntu: dpkg -i package_name