How to Install and Uninstall pyodbc.src Package on Oracle Linux 9

Last updated: April 29,2024

1. Install "pyodbc.src" package

Please follow the guidelines below to install pyodbc.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install pyodbc.src

2. Uninstall "pyodbc.src" package

This is a short guide on how to uninstall pyodbc.src on Oracle Linux 9:

$ sudo dnf remove pyodbc.src $ sudo dnf autoremove

3. Information about the pyodbc.src package on Oracle Linux 9

Last metadata expiration check: 0:57:49 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pyodbc
Version : 4.0.30
Release : 4.el9
Architecture : src
Size : 258 k
Source : None
Repository : ol9_appstream
Summary : Python DB API 2.0 Module for ODBC
URL : https://github.com/mkleehammer/pyodbc
License : MIT
Description : A Python DB API 2 and 3 module for ODBC. This project provides an up-to-date,
: convenient interface to ODBC using native data types like datetime and
: decimal.