How to Install and Uninstall unixODBC-devel.x86_64 Package on CentOS Stream 8

Last updated: June 03,2024

1. Install "unixODBC-devel.x86_64" package

This is a short guide on how to install unixODBC-devel.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install unixODBC-devel.x86_64

2. Uninstall "unixODBC-devel.x86_64" package

Learn how to uninstall unixODBC-devel.x86_64 on CentOS Stream 8:

$ sudo dnf remove unixODBC-devel.x86_64 $ sudo dnf autoremove

3. Information about the unixODBC-devel.x86_64 package on CentOS Stream 8

Last metadata expiration check: 5:14:46 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : unixODBC-devel
Version : 2.3.7
Release : 1.el8
Architecture : x86_64
Size : 64 k
Source : unixODBC-2.3.7-1.el8.src.rpm
Repository : appstream
Summary : Development files for programs which will use the unixODBC library
URL : http://www.unixODBC.org/
License : GPLv2+ and LGPLv2+
Description : The unixODBC package can be used to access databases through ODBC
: drivers. If you want to develop programs that will access data through
: ODBC, you need to install this package.