How to Install and Uninstall unixODBC.i686 Package on Fedora 34

Last updated: October 04,2024

1. Install "unixODBC.i686" package

Here is a brief guide to show you how to install unixODBC.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install unixODBC.i686

2. Uninstall "unixODBC.i686" package

In this section, we are going to explain the necessary steps to uninstall unixODBC.i686 on Fedora 34:

$ sudo dnf remove unixODBC.i686 $ sudo dnf autoremove

3. Information about the unixODBC.i686 package on Fedora 34

Last metadata expiration check: 0:33:08 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : unixODBC
Version : 2.3.9
Release : 3.fc34
Architecture : i686
Size : 470 k
Source : unixODBC-2.3.9-3.fc34.src.rpm
Repository : updates
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.