How to Install and Uninstall python3-cx-oracle Package on Kali Linux

Last updated: May 07,2024

1. Install "python3-cx-oracle" package

Here is a brief guide to show you how to install python3-cx-oracle on Kali Linux

$ sudo apt update $ sudo apt install python3-cx-oracle

2. Uninstall "python3-cx-oracle" package

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

$ sudo apt remove python3-cx-oracle $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-cx-oracle package on Kali Linux

Package: python3-cx-oracle
Source: python-cx-oracle (8.3.0-3)
Version: 8.3.0-3+b4
Installed-Size: 469
Maintainer: Debian Python Team
Architecture: amd64
Depends: libc6 (>= 2.4), libodpic4 (>= 4.3.0), python3 (<< 3.13), python3 (>= 3.11~)
Suggests: python-cx-oracle-doc
Size: 96588
SHA256: 24702bc7bf6932762cce9814ce9b9b677aaf69ed6ad6575f2e4b69ebf1da9609
SHA1: f3f6141bf974999cb96ef6b7dd13a887154f1a0d
MD5sum: adfc29f5a3dfbe93c0a0ff795fa7ad5a
Description: Python interface to Oracle Database (Python 3)
cx_Oracle is a Python extension module that enables access to Oracle
Database.
.
It conforms to the Python database API 2.0 specification with a considerable
number of additions and a couple of exclusions.
.
You can use cx_Oracle with Oracle 11.2, 12, 18 and 19 client libraries.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://oracle.github.io/python-cx_Oracle/
Section: contrib/python
Priority: optional
Filename: pool/contrib/p/python-cx-oracle/python3-cx-oracle_8.3.0-3+b4_amd64.deb