How to Install and Uninstall python3-argcomplete Package on openSUSE Leap

Last updated: May 15,2024

1. Install "python3-argcomplete" package

Learn how to install python3-argcomplete on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-argcomplete

2. Uninstall "python3-argcomplete" package

Learn how to uninstall python3-argcomplete on openSUSE Leap:

$ sudo zypper remove python3-argcomplete

3. Information about the python3-argcomplete package on openSUSE Leap

Information for package python3-argcomplete:
--------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-argcomplete
Version : 1.9.2-150000.3.5.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 198.7 KiB
Installed : No
Status : not installed
Source package : python-argcomplete-1.9.2-150000.3.5.1.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).