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

Last updated: February 02,2025

1. Install "python3-click-option-group" package

Here is a brief guide to show you how to install python3-click-option-group on Kali Linux

$ sudo apt update $ sudo apt install python3-click-option-group

2. Uninstall "python3-click-option-group" package

Please follow the steps below to uninstall python3-click-option-group on Kali Linux:

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

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

Package: python3-click-option-group
Source: python-click-option-group
Version: 0.5.5-1
Installed-Size: 58
Maintainer: Sebastien Badia
Architecture: all
Depends: python3-click, python3:any
Size: 11904
SHA256: e83d5bf9904c1c8a6dbceffe7aa2baba00816ac8274ff4e70641af802a3621d4
SHA1: e188f4ebaa37a98d17cc6a53a471e8327264015a
MD5sum: f4620228b4921892d60295ea38022532
Description: Extension for Python click adding option groups (Python 3)
Click is a package for creating powerful and beautiful command line interfaces
(CLI) in Python, but it has no the functionality for creating option groups.
.
Option groups are convenient mechanism for logical structuring CLI, also it
allows you to set the specific behavior and set the relationship among grouped
options (mutually exclusive options for example). Moreover, argparse stdlib
package contains this functionality out of the box.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/click-contrib/click-option-group
Section: python
Priority: optional
Filename: pool/main/p/python-click-option-group/python3-click-option-group_0.5.5-1_all.deb