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

Last updated: May 16,2024

1. Install "python-argcomplete" package

In this section, we are going to explain the necessary steps to install python-argcomplete on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-argcomplete

2. Uninstall "python-argcomplete" package

Please follow the instructions below to uninstall python-argcomplete on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-argcomplete
Priority: optional
Section: universe/python
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: Marco Nenciarini
Architecture: all
Version: 0.8.1-1ubuntu2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-argcomplete/python-argcomplete_0.8.1-1ubuntu2_all.deb
Size: 21962
MD5sum: 0efa618bd58a5056862766adda769951
SHA1: f2ea6312e3fd3b37d9c3427d408afd8ee89c3241
SHA256: 391ec95024703aabd166263108f12c0556a0e01e080775bfeb1f8527cabea77f
Description-en: bash tab completion for argparse
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 2.x.
Description-md5: 693119905fc5607a4b51f072553caa75
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu