How To Install soci-odbc on Fedora 36

In this tutorial we learn how to install soci-odbc in Fedora 36. soci-odbc is ODBC back-end for soci

Introduction

In this tutorial we learn how to install soci-odbc on Fedora 36.

What is soci-odbc

This package contains the ODBC back-end for soci, i.e., dynamic library specific to the ODBC connectors. If you would like to use soci in your programs with ODBC, you will need to install soci-odbc.

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

Install soci-odbc 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 soci-odbc using dnf by running the following command:

sudo dnf -y install soci-odbc

Install soci-odbc 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 soci-odbc using yum by running the following command:

sudo yum -y install soci-odbc

How To Uninstall soci-odbc on Fedora 36

To uninstall only the soci-odbc package we can use the following command:

sudo dnf remove soci-odbc

soci-odbc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/49
/usr/lib/.build-id/49/617fc855fcdae8bd559e644b2af03e58ff459d
/usr/lib/libsoci_odbc.so.4.0
/usr/lib/libsoci_odbc.so.4.0.2
/usr/share/doc/soci-odbc
/usr/share/doc/soci-odbc/AUTHORS
/usr/share/doc/soci-odbc/COPYING
/usr/share/doc/soci-odbc/ChangeLog
/usr/share/doc/soci-odbc/NEWS
/usr/share/doc/soci-odbc/README

References

Summary

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


title: “How To Install soci-odbc on Fedora 36” linkTitle: “soci-odbc” type: “docs” description: “In this tutorial we learn how to install soci-odbc in Fedora 36. soci-odbc is ODBC back-end for soci” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/soci-odbc-featured.png

Introduction

In this tutorial we learn how to install soci-odbc on Fedora 36.

What is soci-odbc

This package contains the ODBC back-end for soci, i.e., dynamic library specific to the ODBC connectors. If you would like to use soci in your programs with ODBC, you will need to install soci-odbc.

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

Install soci-odbc 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 soci-odbc using dnf by running the following command:

sudo dnf -y install soci-odbc

Install soci-odbc 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 soci-odbc using yum by running the following command:

sudo yum -y install soci-odbc

How To Uninstall soci-odbc on Fedora 36

To uninstall only the soci-odbc package we can use the following command:

sudo dnf remove soci-odbc

soci-odbc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/51819f168048146b3a59417e7ea2b7138c1b08
/usr/lib64/libsoci_odbc.so.4.0
/usr/lib64/libsoci_odbc.so.4.0.2
/usr/share/doc/soci-odbc
/usr/share/doc/soci-odbc/AUTHORS
/usr/share/doc/soci-odbc/COPYING
/usr/share/doc/soci-odbc/ChangeLog
/usr/share/doc/soci-odbc/NEWS
/usr/share/doc/soci-odbc/README

References

Summary

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