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

Last updated: April 28,2024

1. Install "python3-click" package

Please follow the instructions below to install python3-click on Kali Linux

$ sudo apt update $ sudo apt install python3-click

2. Uninstall "python3-click" package

In this section, we are going to explain the necessary steps to uninstall python3-click on Kali Linux:

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

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

Package: python3-click
Source: python-click
Version: 8.1.6-1
Installed-Size: 387
Maintainer: Sandro Tosi
Architecture: all
Depends: python3-colorama, python3-importlib-metadata | python3 (>> 3.8), python3:any
Breaks: python3-click-threading (<< 0.5.0)
Size: 93848
SHA256: 21176b91726c77c42a4b43cfbe000da47523f088d3e6f40ba2316303f4a5aebb
SHA1: cf9c0ca8569b8a26465abe4691c588f13c8c56a2
MD5sum: 72c0fa7a4d57067daa19445dcfce46ba
Description: Wrapper around optparse for command line utilities - Python 3.x
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It's highly configurable but comes with
sensible defaults out of the box.
.
It aims to make the process of writing command line tools quick and fun
while also preventing any frustration caused by the inability to implement
an intended CLI API.
.
This is the Python 3 compatible package.
Description-md5:
Homepage: https://github.com/pallets/click
Section: python
Priority: optional
Filename: pool/main/p/python-click/python3-click_8.1.6-1_all.deb