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

Last updated: April 27,2024

1. Install "python3-six" package

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

$ sudo apt update $ sudo apt install python3-six

2. Uninstall "python3-six" package

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

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

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

Package: python3-six
Source: six
Version: 1.16.0-4
Installed-Size: 63
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 17516
SHA256: fd189e9cecbcf17a1fc20aec30055c8afa9c1eec00cd6e7ab385087a2ab3b0d3
SHA1: 7404b13753b5a2326cb0c9afccf3761c25f2045f
MD5sum: 0ead10b921294fee78c3fbd4a3575dc4
Description: Python 2 and 3 compatibility library
Six is a Python 2 and 3 compatibility library. It provides utility
functions for smoothing over the differences between the Python versions
with the goal of writing Python code that is compatible on both Python
versions.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/benjaminp/six
Section: python
Priority: optional
Filename: pool/main/s/six/python3-six_1.16.0-4_all.deb