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

Last updated: July 01,2024

1. Install "python312-argcomplete" package

Please follow the guidelines below to install python312-argcomplete on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-argcomplete

2. Uninstall "python312-argcomplete" package

Please follow the step by step instructions below to uninstall python312-argcomplete on openSuSE Tumbleweed:

$ sudo zypper remove python312-argcomplete

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

Information for package python312-argcomplete:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-argcomplete
Version : 3.2.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 262.2 KiB
Installed : No
Status : not installed
Source package : python-argcomplete-3.2.2-1.4.src
Upstream URL : https://github.com/kislyuk/argcomplete
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).