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

Last updated: October 05,2024

1. Install "python3-oracledb" package

This guide covers the steps necessary to install python3-oracledb on Kali Linux

$ sudo apt update $ sudo apt install python3-oracledb

2. Uninstall "python3-oracledb" package

Please follow the instructions below to uninstall python3-oracledb on Kali Linux:

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

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

Package: python3-oracledb
Source: python-oracledb (1.2.1-3)
Version: 1.2.1-3+b2
Installed-Size: 4946
Maintainer: Debian Python Team
Architecture: amd64
Depends: libc6 (>= 2.14), python3 (<< 3.13), python3 (>= 3.11~), python3-cryptography, python3:any
Suggests: python-oracle-doc
Size: 1222444
SHA256: 03ff499cc09d614e99f60260033d658da264fd604492a98b61b97c0ebe0a870b
SHA1: 8cb44267caaebe82f95bc6b658445771421440bb
MD5sum: 925b10ff5f366e939b73028c3c8ceea3
Description: Python driver for Oracle Database (Python 3)
python-oracledb is a Python programming language extension module allowing
Python programs to connect to Oracle Database. It is the renamed, new major
release of the popular cx_Oracle driver.
.
The module conforms to the Python Database API 2.0 specification with a
considerable number of additions and a couple of minor exclusions
.
Oracle client libraries are NOT necessary when connecting using "Thin" mode,
which is the default, but requires Oracle Database Server 12.1 or later --
which was initially released in July 2013.
.
This package installs the "Thin" mode driver for Python 3.
Description-md5:
Homepage: https://oracle.github.io/python-oracledb
Section: python
Priority: optional
Filename: pool/main/p/python-oracledb/python3-oracledb_1.2.1-3+b2_amd64.deb