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

Last updated: September 20,2024

1. Install "python3-pymssql" package

In this section, we are going to explain the necessary steps to install python3-pymssql on Kali Linux

$ sudo apt update $ sudo apt install python3-pymssql

2. Uninstall "python3-pymssql" package

This guide covers the steps necessary to uninstall python3-pymssql on Kali Linux:

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

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

Package: python3-pymssql
Source: pymssql
Version: 2.2.11-1
Installed-Size: 1461
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14), libsybdb5 (>= 0.63)
Size: 402924
SHA256: 83e4278a1d41ee2325b9ac0498cce4e300aa955ac4aa9b1259a4753b7605ae27
SHA1: 1b6b0391389468b5deffa04246317edcc34cdebf
MD5sum: 2bd1773d8a9d7c517444f3647ec6995e
Description: Python database access for MS SQL server and Sybase - Python 3
This package contains a Python module allowing direct access to
Microsoft SQL server and Sybase databases. It is designed for
simplicity and performance, and conforms to Python DB-API 2.0.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/pymssql/pymssql
Section: python
Priority: optional
Filename: pool/main/p/pymssql/python3-pymssql_2.2.11-1_amd64.deb