How to Install and Uninstall unixODBC-devel.x86_64 Package on Rocky Linux 8

Last updated: July 05,2024

1. Install "unixODBC-devel.x86_64" package

This guide let you learn how to install unixODBC-devel.x86_64 on Rocky Linux 8

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

2. Uninstall "unixODBC-devel.x86_64" package

This tutorial shows how to uninstall unixODBC-devel.x86_64 on Rocky Linux 8:

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

3. Information about the unixODBC-devel.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:19:27 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : unixODBC-devel
Version : 2.3.7
Release : 1.el8
Architecture : x86_64
Size : 63 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.