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

Last updated: September 19,2024

1. Install "python3-plac" package

Please follow the steps below to install python3-plac on Kali Linux

$ sudo apt update $ sudo apt install python3-plac

2. Uninstall "python3-plac" package

Please follow the instructions below to uninstall python3-plac on Kali Linux:

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

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

Package: python3-plac
Source: python-plac
Version: 1.4.1-1
Installed-Size: 200
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 63960
SHA256: 40322b4092a673ae6161e6958a98915498934a8104d7a421237b6ebb46bdcb63
SHA1: 2bcef7db64d7d94683d150113d789aeb42a379f4
MD5sum: 9794560e0318a532cae40a29f3e47581
Description: Smartest command line arguments parser in the world
Technically plac is just a simple wrapper over argparse which hides most
of its complexity by using a declarative interface: the argument parser
is inferred rather than written down imperatively.
.
plac is targetting especially unsophisticated users, programmers,
sys-admins, scientists and in general people writing throw-away scripts
for themselves, choosing the command-line is surprisingly scalable upwards,
even without using the underlying argparse.
Description-md5:
Homepage: https://github.com/ialbert/plac
Section: python
Priority: optional
Filename: pool/main/p/python-plac/python3-plac_1.4.1-1_all.deb