How To Install freetds-libs on Fedora 36

In this tutorial we learn how to install freetds-libs in Fedora 36. freetds-libs is Libraries for freetds

Introduction

In this tutorial we learn how to install freetds-libs on Fedora 36.

What is freetds-libs

FreeTDS is a project to document and implement the TDS (Tabular DataStream) protocol. TDS is used by Sybase(TM) and Microsoft(TM) for client to database server communications. FreeTDS includes call level interfaces for DB-Lib, CT-Lib, and ODBC. This package contains the libraries for freetds.

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

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

sudo dnf -y install freetds-libs

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

sudo yum -y install freetds-libs

How To Uninstall freetds-libs on Fedora 36

To uninstall only the freetds-libs package we can use the following command:

sudo dnf remove freetds-libs

freetds-libs Package Contents on Fedora 36

/etc/freetds.conf
/etc/locales.conf
/etc/pool.conf
/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/c6bc1491b2a94dabfdeec9e04185dbf0e88f9f
/usr/lib/.build-id/57
/usr/lib/.build-id/57/75e9f00eb66e0afe38514b709b124496bcc277
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/fe175d41956e14a02cb147f027cb9841f810fd
/usr/lib64/libct.so.4
/usr/lib64/libct.so.4.0.0
/usr/lib64/libsybdb.so.5
/usr/lib64/libsybdb.so.5.1.0
/usr/lib64/libtdsodbc.so
/usr/lib64/libtdsodbc.so.0
/usr/lib64/libtdsodbc.so.0.0.0
/usr/share/doc/freetds-libs
/usr/share/doc/freetds-libs/samples-odbc
/usr/share/doc/freetds-libs/samples-odbc/odbc.ini
/usr/share/doc/freetds-libs/samples-odbc/odbctest.php
/usr/share/doc/freetds-libs/samples-odbc/odbctest.pl
/usr/share/doc/freetds-libs/samples-odbc/unixodbc.freetds.driver.template-64
/usr/share/doc/freetds-libs/samples-odbc/unixodbc.install.sh
/usr/share/doc/freetds-libs/samples-odbc/unixodbc.jdbc.datasource.template
/usr/share/licenses/freetds-libs
/usr/share/licenses/freetds-libs/COPYING_LIB.txt
/usr/share/man/man5/freetds.conf.5.gz

References

Summary

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


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

Introduction

In this tutorial we learn how to install freetds-libs on Fedora 36.

What is freetds-libs

FreeTDS is a project to document and implement the TDS (Tabular DataStream) protocol. TDS is used by Sybase(TM) and Microsoft(TM) for client to database server communications. FreeTDS includes call level interfaces for DB-Lib, CT-Lib, and ODBC. This package contains the libraries for freetds.

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

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

sudo dnf -y install freetds-libs

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

sudo yum -y install freetds-libs

How To Uninstall freetds-libs on Fedora 36

To uninstall only the freetds-libs package we can use the following command:

sudo dnf remove freetds-libs

freetds-libs Package Contents on Fedora 36

/etc/freetds.conf
/etc/locales.conf
/etc/pool.conf
/usr/lib/.build-id
/usr/lib/.build-id/97
/usr/lib/.build-id/97/16b9de630ddd4fc9e93497d6b89d4df0e227bb
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/49a5e86f7d48ad8d15242a8a8b611ec52cd4ea
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/badee49e2ec710d19389840b4964e4c1fe6165
/usr/lib/libct.so.4
/usr/lib/libct.so.4.0.0
/usr/lib/libsybdb.so.5
/usr/lib/libsybdb.so.5.1.0
/usr/lib/libtdsodbc.so
/usr/lib/libtdsodbc.so.0
/usr/lib/libtdsodbc.so.0.0.0
/usr/share/doc/freetds-libs
/usr/share/doc/freetds-libs/samples-odbc
/usr/share/doc/freetds-libs/samples-odbc/odbc.ini
/usr/share/doc/freetds-libs/samples-odbc/odbctest.php
/usr/share/doc/freetds-libs/samples-odbc/odbctest.pl
/usr/share/doc/freetds-libs/samples-odbc/unixodbc.freetds.driver.template-32
/usr/share/doc/freetds-libs/samples-odbc/unixodbc.install.sh
/usr/share/doc/freetds-libs/samples-odbc/unixodbc.jdbc.datasource.template
/usr/share/licenses/freetds-libs
/usr/share/licenses/freetds-libs/COPYING_LIB.txt
/usr/share/man/man5/freetds.conf.5.gz

References

Summary

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