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

Last updated: July 03,2024

1. Install "python3-cliff" package

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

$ sudo apt update $ sudo apt install python3-cliff

2. Uninstall "python3-cliff" package

This guide let you learn how to uninstall python3-cliff on Kali Linux:

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

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

Package: python3-cliff
Source: python-cliff
Version: 4.3.0-2
Installed-Size: 277
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-autopage, python3-cmd2 (>= 1.0.0), python3-importlib-metadata (>= 4.4), python3-docutils, python3-pbr, python3-prettytable, python3-stevedore, python3-yaml, python3:any
Suggests: python-cliff-doc
Size: 41848
SHA256: ce79adb540751a9737f7d6087ee596d954e5117a5928d227ed99244a204078b2
SHA1: 86d4f07927c1219fd8a7193855f4822f73c59d59
MD5sum: d3f79ceb69d829fd9aca78d07aab0809
Description: command line interface formulation framework - Python 3.x
Cliff is a framework for building command line programs. It uses plugins to
define sub-commands, output formatters, and other extensions.
.
The cliff framework is meant to be used to create multi-level commands such as
Subversion and git, where the main program handles some basic argument parsing
and then invokes a sub-command to do the work.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/dreamhost/cliff
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-cliff/python3-cliff_4.3.0-2_all.deb