How to Install and Uninstall libpopt0 Package on openSuSE Tumbleweed

Last updated: May 16,2024

1. Install "libpopt0" package

Please follow the steps below to install libpopt0 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libpopt0

2. Uninstall "libpopt0" package

Please follow the guidance below to uninstall libpopt0 on openSuSE Tumbleweed:

$ sudo zypper remove libpopt0

3. Information about the libpopt0 package on openSuSE Tumbleweed

Information for package libpopt0:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libpopt0
Version : 1.19-1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 55.6 KiB
Installed : Yes (automatically)
Status : up-to-date
Source package : popt-1.19-1.7.src
Upstream URL : https://github.com/rpm-software-management/popt
Summary : A C library for parsing command line parameters
Description :
Popt is a C library for parsing command line parameters. Popt was
heavily influenced by the getopt() and getopt_long() functions. It
improves on them by allowing more powerful argument expansion. Popt can
parse arbitrary argv[] style arrays and automatically set variables
based on command line arguments. Popt allows command line arguments to
be aliased via configuration files and includes utility functions for
parsing arbitrary strings into argv[] arrays using shell-like rules.