How to Install and Uninstall python3-pyodbc Package on Kali Linux

Last updated: April 28,2024

1. Install "python3-pyodbc" package

Please follow the guidance below to install python3-pyodbc on Kali Linux

$ sudo apt update $ sudo apt install python3-pyodbc

2. Uninstall "python3-pyodbc" package

This tutorial shows how to uninstall python3-pyodbc on Kali Linux:

$ sudo apt remove python3-pyodbc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pyodbc package on Kali Linux

Package: python3-pyodbc
Source: pyodbc
Version: 5.1.0-1
Installed-Size: 381
Maintainer: Deepak Tripathi
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libodbc2 (>= 2.3.1), libstdc++6 (>= 4.1.1)
Size: 85136
SHA256: c6c3239c3be2e77c8635acdc7d54d37cfe4e2d54c9554a37a7584627c030d747
SHA1: 6d52ab1f99c6404224b48cf2e83a376dfc0705bf
MD5sum: 367063772e13da0556c9ceab9a58b077
Description: Python3 module for ODBC database access
A Python3 DB API 2 module for ODBC. No 3rd party libraries are required.
Only native Python datatypes are used, such as decimal and datetime.
It implements the Python Database API Specification v2.0.
For example:
import pyodbc
Next, create a connection by passing an ODBC connection string to the
connect method. This step causes ODBC to load the database driver (the SQL
Server driver in this example) and connect to the database.
cnxn = pyodbc.connect('DSN=northwind')
Description-md5:
Multi-Arch: same
Homepage: https://mkleehammer.github.io/pyodbc/
Section: python
Priority: optional
Filename: pool/main/p/pyodbc/python3-pyodbc_5.1.0-1_amd64.deb