How to Install and Uninstall python38-argcomplete Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "python38-argcomplete" package

This guide let you learn how to install python38-argcomplete on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-argcomplete

2. Uninstall "python38-argcomplete" package

This tutorial shows how to uninstall python38-argcomplete on openSuSE Tumbleweed:

$ sudo zypper remove python38-argcomplete

3. Information about the python38-argcomplete package on openSuSE Tumbleweed

Information for package python38-argcomplete:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-argcomplete
Version : 1.12.3-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 225,1 KiB
Installed : No
Status : not installed
Source package : python-argcomplete-1.12.3-1.2.src
Summary : Bash tab completion for argparse
Description :
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).