How to Install and Uninstall python3-argcomplete Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "python3-argcomplete" package

Learn how to install python3-argcomplete on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-argcomplete

2. Uninstall "python3-argcomplete" package

This is a short guide on how to uninstall python3-argcomplete on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-argcomplete package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-argcomplete
Priority: optional
Section: universe/python
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: Marco Nenciarini
Architecture: all
Source: python-argcomplete
Version: 0.8.1-1ubuntu2
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-argcomplete/python3-argcomplete_0.8.1-1ubuntu2_all.deb
Size: 22054
MD5sum: 981eb2539052cabbde5523716f4d510f
SHA1: 1d434314cfb305f9f8d7d47be877358a1989707d
SHA256: a7dd302ec3c46e180476cb49940266b723c013b5b1458efd6c0714c0fc00fd3f
Description-en: 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: 864b9f1da574363ff4cbee4b92aa144b
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu