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

Last updated: May 16,2024

1. Install "python3-argcomplete" package

This is a short guide on how to install python3-argcomplete on Kali Linux

$ sudo apt update $ sudo apt install python3-argcomplete

2. Uninstall "python3-argcomplete" package

Please follow the steps below to uninstall python3-argcomplete on Kali Linux:

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

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

Package: python3-argcomplete
Source: python-argcomplete
Version: 3.1.4-1
Installed-Size: 155
Maintainer: Debian Python Team
Architecture: all
Replaces: python-argcomplete
Depends: python3:any
Breaks: python-argcomplete
Size: 37552
SHA256: 17dc99c2fc15351c29c0e592fc7cdc06e83c63bc9d8add920ed830b6a1f40f83
SHA1: 6453c81d0d082954f5584884c695b4fdf05ff41a
MD5sum: 5594abda7e647788f89534a615f41b20
Description: bash tab completion for argparse (for Python 3)
Argcomplete provides easy, extensible command line tab completion of
arguments for your Python script.
.
It makes two assumptions:
.
* You're using bash as your shell
* You're using argparse to manage your command line arguments/options
.
Argcomplete is particularly useful if your program has lots of
options or subparsers, and if your program can dynamically suggest
completions for your argument/option values (for example, if the user
is browsing resources over the network).
.
This package provides the module for Python 3.x.
Description-md5:
Homepage: https://github.com/kislyuk/argcomplete
Section: python
Priority: optional
Filename: pool/main/p/python-argcomplete/python3-argcomplete_3.1.4-1_all.deb