How to Install and Uninstall python36-argcomplete Package on openSuSE Tumbleweed
Last updated: November 23,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python36-argcomplete" package
Here is a brief guide to show you how to install python36-argcomplete on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python36-argcomplete
Copied
2. Uninstall "python36-argcomplete" package
This guide covers the steps necessary to uninstall python36-argcomplete on openSuSE Tumbleweed:
$
sudo zypper remove
python36-argcomplete
Copied
3. Information about the python36-argcomplete package on openSuSE Tumbleweed
Information for package python36-argcomplete:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-argcomplete
Version : 1.12.3-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 224,6 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).
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-argcomplete
Version : 1.12.3-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 224,6 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).