How to Install and Uninstall unixODBC.x86_64 Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "unixODBC.x86_64" package

Please follow the guidelines below to install unixODBC.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install unixODBC.x86_64

2. Uninstall "unixODBC.x86_64" package

Here is a brief guide to show you how to uninstall unixODBC.x86_64 on Oracle Linux 9:

$ sudo dnf remove unixODBC.x86_64 $ sudo dnf autoremove

3. Information about the unixODBC.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:27:38 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : unixODBC
Version : 2.3.9
Release : 4.el9
Architecture : x86_64
Size : 550 k
Source : unixODBC-2.3.9-4.el9.src.rpm
Repository : ol9_appstream
Summary : A complete ODBC driver manager for Linux
URL : http://www.unixODBC.org/
License : GPLv2+ and LGPLv2+
Description : Install unixODBC if you want to access databases through ODBC.
: You will also need the mariadb-connector-odbc package if you want to access
: a MySQL or MariaDB database, and/or the postgresql-odbc package for PostgreSQL.