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

Last updated: July 03,2024

1. Install "python3-questionary" package

This tutorial shows how to install python3-questionary on Kali Linux

$ sudo apt update $ sudo apt install python3-questionary

2. Uninstall "python3-questionary" package

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

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

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

Package: python3-questionary
Source: python-questionary
Version: 2.0.1-2
Installed-Size: 1216
Maintainer: Debian Python Team
Architecture: all
Depends: python3-prompt-toolkit, python3:any, libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 7.2.2), sphinx-rtd-theme-common (>= 2.0.0+dfsg)
Size: 349576
SHA256: 3418b23c10667b7a9956bd066bf832d18221a37f0807ca55e0a2b8b85ecbc279
SHA1: 94e102079df40ae5bd461d4a67d99dc7370f02c8
MD5sum: 8cac6486d94d893023aca0e5584546df
Description: Python library to build pretty command line user prompts
Questionary is a Python library for effortlessly building pretty command line
interfaces. It makes it very easy to query users for input.
Description-md5:
Homepage: https://github.com/tmbo/questionary
Section: python
Priority: optional
Filename: pool/main/p/python-questionary/python3-questionary_2.0.1-2_all.deb

5. The same packages on other Linux Distributions