How to Install and Uninstall python2-argcomplete Package on openSUSE Leap
Last updated: November 22,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-argcomplete" package
This is a short guide on how to install python2-argcomplete on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-argcomplete
Copied
2. Uninstall "python2-argcomplete" package
Please follow the guidance below to uninstall python2-argcomplete on openSUSE Leap:
$
sudo zypper remove
python2-argcomplete
Copied
3. Information about the python2-argcomplete package on openSUSE Leap
Information for package python2-argcomplete:
--------------------------------------------
Repository : Main Repository
Name : python2-argcomplete
Version : 1.9.2-3.2.14
Arch : noarch
Vendor : SUSE LLC
Installed Size : 209,8 KiB
Installed : No
Status : not installed
Source package : python-argcomplete-1.9.2-3.2.14.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 : Main Repository
Name : python2-argcomplete
Version : 1.9.2-3.2.14
Arch : noarch
Vendor : SUSE LLC
Installed Size : 209,8 KiB
Installed : No
Status : not installed
Source package : python-argcomplete-1.9.2-3.2.14.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).