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

Last updated: May 19,2024

1. Install "python3-autocommand" package

This guide let you learn how to install python3-autocommand on Kali Linux

$ sudo apt update $ sudo apt install python3-autocommand

2. Uninstall "python3-autocommand" package

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

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

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

Package: python3-autocommand
Source: python-autocommand
Version: 2.2.2-2
Installed-Size: 61
Maintainer: Jeroen Ploemen
Architecture: all
Depends: python3:any
Size: 13880
SHA256: 8463655c44cad97e76e512b26ff2df094962e819d07b446e4f4b7f9f86921892
SHA1: 7e3b226f302f50f57f02249738492f32798a85d6
MD5sum: 024d63b728369aacf20f6919f9aadd17
Description: library to generate argparse parsers from function signatures
Autocommand is a library to automatically generate and run simple argparse
parsers from function signatures.
.
It turns a function into a command-line program, converting the function's
parameter signature into command-line arguments, and automatically running
the function with these arguments if the module was called as __main__.
Usage messages, invoked with -h or --help, are also created automatically.
Description-md5:
Homepage: https://github.com/Lucretiel/autocommand
Section: python
Priority: optional
Filename: pool/main/p/python-autocommand/python3-autocommand_2.2.2-2_all.deb