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

Last updated: February 03,2025

1. Install "python3-cloup" package

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

$ sudo apt update $ sudo apt install python3-cloup

2. Uninstall "python3-cloup" package

Please follow the steps below to uninstall python3-cloup on Kali Linux:

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

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

Package: python3-cloup
Source: python-cloup
Version: 3.0.4-1
Installed-Size: 204
Maintainer: Debian Python Team
Architecture: all
Depends: python3-click, python3-typing-extensions | python3-supported-min (>> 3.8), python3:any
Size: 47056
SHA256: fe73481aa6b42e746cd2a8e86a3e420a8ebc79f3b213648ce02075b00703f657
SHA1: a4cd8511d2291b9d057ff09ebed659cadde11bb7
MD5sum: 7b1037ebd3aebaa97757114b62ddbb42
Description: Click with option groups
Cloup enriches Click with several features that make it more expressive and
configurable:
* option groups and an (optional) help section for positional arguments
* constraints, like mutually_exclusive, that can be applied to option groups
or to any group of parameters, even conditionally subcommand aliases
* subcommands sections, i.e. the possibility to organize the subcommands of
a Group in multiple help sections
* a themeable HelpFormatter that:
- has more parameters for adjusting widths and spacing, which can be
provided at the context and command level use a different layout when the
terminal width is below a certain threshold in order to improve
readability
- suggestions like "did you mean ?" when you mistype a
subcommand
Moreover, Cloup improves on IDE support providing decorators with detailed
type hints and adding the static methods Context.settings() and
HelpFormatter.settings() for creating dictionaries of settings.
.
This package provides the Python 3 module.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/janluke/cloup
Section: python
Priority: optional
Filename: pool/main/p/python-cloup/python3-cloup_3.0.4-1_all.deb