To determine the currently installed versions of ODBC Driver for Teradata on a Linux, UNIX, or Apple macOS system, use a command from the following table:
| Operating System | Command |
|---|---|
| Oracle Solaris | pkginfo -l | grep tdodbc |
| IBM® AIX | lslpp -R ALL -Lc | grep tdodbc |
| Linux | rpm -qa | grep tdodbc |
| Apple macOS | TTU ListProducts application located in |
| Ubuntu | dpkg -l "tdodbc*" | grep ^ii |