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

Last updated: May 10,2024

1. Install "python-six" package

This tutorial shows how to install python-six on Kali Linux

$ sudo apt update $ sudo apt install python-six

2. Uninstall "python-six" package

Please follow the instructions below to uninstall python-six on Kali Linux:

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

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

Package: python-six
Source: six
Version: 1.16.0-3
Installed-Size: 62
Maintainer: Debian Python Team
Architecture: all
Depends: python2:any (<< 2.8), python2:any (>= 2.7~)
Breaks: libpython-stdlib (<< 2.7.18), python (<< 2.7.18), python-iso8601 (<< 0.1.12-2~), python-minimal (<< 2.7.18), python-pbr (<< 5.4.5)
Size: 17460
SHA256: d7664a4c34bf48007cc564c0090baffc7088054ee1fa6a54b4edc373aed26b80
SHA1: 6560617345598edfec303a9faedab415c48e6717
MD5sum: 6964a9e320879a646de0ce3b61701d86
Description: Python 2 and 3 compatibility library (Python 2 interface)
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.
.
This package provides Six on the Python 2 module path. It is complemented
by python3-six and pypy-six.
Description-md5: 4960b2756dae95e3a4893781b8b46ea0
Multi-Arch: foreign
Homepage: https://github.com/benjaminp/six
Tag: devel::lang:python, devel::library, implemented-in::python,
role::devel-lib
Section: python
Priority: optional
Filename: pool/main/s/six/python-six_1.16.0-3_all.deb