How To Install libiodbc on Fedora 36

In this tutorial we learn how to install libiodbc in Fedora 36. libiodbc is iODBC Driver Manager

Introduction

In this tutorial we learn how to install libiodbc on Fedora 36.

What is libiodbc

The iODBC Driver Manager is a free implementation of the SAG CLI and ODBC compliant driver manager which allows developers to write ODBC compliant applications that can connect to various databases using appropriate backend drivers.

We can use yum or dnf to install libiodbc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libiodbc.

Install libiodbc on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libiodbc using dnf by running the following command:

sudo dnf -y install libiodbc

Install libiodbc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libiodbc using yum by running the following command:

sudo yum -y install libiodbc

How To Uninstall libiodbc on Fedora 36

To uninstall only the libiodbc package we can use the following command:

sudo dnf remove libiodbc

libiodbc Package Contents on Fedora 36

/usr/bin/iodbctest
/usr/bin/iodbctestw
/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/873899e389cd053c59eb1de6983c656cb03c5e
/usr/lib/.build-id/69
/usr/lib/.build-id/69/2189e1ee219cfd85405189f53b2003a1492664
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/232e2d80d1ed4fc24274c5c16892574f76077e
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/8c6763eba177dabf375d330fa6da6a81593e14
/usr/lib64/libiodbc.so.2
/usr/lib64/libiodbc.so.2.1.27
/usr/lib64/libiodbcinst.so.2
/usr/lib64/libiodbcinst.so.2.1.27
/usr/share/doc/libiodbc
/usr/share/doc/libiodbc/AUTHORS
/usr/share/doc/libiodbc/ChangeLog
/usr/share/doc/libiodbc/README
/usr/share/doc/libiodbc/odbc.ini.sample
/usr/share/doc/libiodbc/odbcinst.ini.sample
/usr/share/licenses/libiodbc
/usr/share/licenses/libiodbc/LICENSE
/usr/share/licenses/libiodbc/LICENSE.BSD
/usr/share/licenses/libiodbc/LICENSE.LGPL
/usr/share/man/man1/iodbctest.1.gz
/usr/share/man/man1/iodbctestw.1.gz

References

Summary

In this tutorial we learn how to install libiodbc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libiodbc on Fedora 36” linkTitle: “libiodbc” type: “docs” description: “In this tutorial we learn how to install libiodbc in Fedora 36. libiodbc is iODBC Driver Manager” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libiodbc-featured.png

Introduction

In this tutorial we learn how to install libiodbc on Fedora 36.

What is libiodbc

The iODBC Driver Manager is a free implementation of the SAG CLI and ODBC compliant driver manager which allows developers to write ODBC compliant applications that can connect to various databases using appropriate backend drivers.

We can use yum or dnf to install libiodbc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libiodbc.

Install libiodbc on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libiodbc using dnf by running the following command:

sudo dnf -y install libiodbc

Install libiodbc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libiodbc using yum by running the following command:

sudo yum -y install libiodbc

How To Uninstall libiodbc on Fedora 36

To uninstall only the libiodbc package we can use the following command:

sudo dnf remove libiodbc

libiodbc Package Contents on Fedora 36

/usr/bin/iodbctest
/usr/bin/iodbctestw
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/d87f07a8aa773e7dc19e1530b3a279e8594e3b
/usr/lib/.build-id/63
/usr/lib/.build-id/63/ea373d808a36398eb197ed5204b274820258e7
/usr/lib/.build-id/75
/usr/lib/.build-id/75/8e5cebeae0802e4d8bd71819efd0f1f2bf1401
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/ad4ebae013f75cc10ebd092f509a0b066ee273
/usr/lib/libiodbc.so.2
/usr/lib/libiodbc.so.2.1.27
/usr/lib/libiodbcinst.so.2
/usr/lib/libiodbcinst.so.2.1.27
/usr/share/doc/libiodbc
/usr/share/doc/libiodbc/AUTHORS
/usr/share/doc/libiodbc/ChangeLog
/usr/share/doc/libiodbc/README
/usr/share/doc/libiodbc/odbc.ini.sample
/usr/share/doc/libiodbc/odbcinst.ini.sample
/usr/share/licenses/libiodbc
/usr/share/licenses/libiodbc/LICENSE
/usr/share/licenses/libiodbc/LICENSE.BSD
/usr/share/licenses/libiodbc/LICENSE.LGPL
/usr/share/man/man1/iodbctest.1.gz
/usr/share/man/man1/iodbctestw.1.gz

References

Summary

In this tutorial we learn how to install libiodbc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).