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

Last updated: May 14,2024

1. Install "python3-consolekit" package

Please follow the guidance below to install python3-consolekit on Kali Linux

$ sudo apt update $ sudo apt install python3-consolekit

2. Uninstall "python3-consolekit" package

This is a short guide on how to uninstall python3-consolekit on Kali Linux:

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

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

Package: python3-consolekit
Source: python-consolekit
Version: 1.6.0-2
Installed-Size: 175
Maintainer: Josenilson Ferreira da Silva
Architecture: all
Depends: python3-click, python3-deprecation-alias, python3-domdf-python-tools, python3-mistletoe, python3-typing-extensions, python3:any
Size: 37584
SHA256: 9744023c0c0106455cbe9edbd5fcdf352f74dbc858c4cad70216837499e26c29
SHA1: 57cdbf22ded08d0fc5c2af49223f215dfa6f8583
MD5sum: 2710ec212d39f2a7ed1ae73abd7b9e27
Description: Additional utilities for click
ConsoleKit is a Python utility that provides functionality to facilitate
the creation of interactive applications in the terminal/console through
clicks.
.
Input/Output Handling: ConsoleKit can provide utilities to interact with
user input and display information on the terminal. This can include reading
input, displaying messages, formatting text, and controlling colors.
.
Selection of menus and options: The package can support the creation of
interactive menus in the terminal, allowing the user to select options using
specific keys or numbers. This can be useful in cases where there are many
options to choose from and the application needs an intuitive interface.
.
Handling Command Line Arguments: ConsoleKit can help parse and process
arguments given on the command line when starting the application. This
might include defining expected arguments, validating input, and providing
help on proper application usage.
.
Interactive interface: With ConsoleKit, you can create an interactive
interface where your application can display information to the user,
request input, and dynamically respond to user actions.
.
Terminal Control: The package can provide functionality to manipulate
aspects of the terminal such as clearing the screen, positioning the
cursor, and resizing the window.
Description-md5:
Homepage: https://github.com/domdfcoding/consolekit
Section: python
Priority: optional
Filename: pool/main/p/python-consolekit/python3-consolekit_1.6.0-2_all.deb

5. The same packages on other Linux Distributions