Manually Uninstalling Packages - Teradata Tools and Utilities

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

Product
Teradata Tools and Utilities
Release Number
17.10
Published
October 2021
Language
English (United States)
Last Update
2021-11-01
dita:mapPath
wle1608578360553.ditamap
dita:ditavalPath
bbv1473194095470.ditaval
dita:id
B035-3160
lifecycle
previous
Product Category
Teradata Tools and Utilities

If a package was not properly uninstalled by the uninstallation script, run the script again. To uninstall a package manually, follow these steps:

  1. To see if a package is still installed, type:
    CentOS, RedHat, SLES: rpm –q packagename
    Ubuntu: dpkg -l packagename
  2. To manually uninstall a package, type:
    CentOS, RedHat, SLES: rpm –erase --ignoredeps packagename
    Ubuntu: dpkg -r|-P packagename