How to Install and Uninstall libpopt0 Package on openSUSE Leap

Last updated: May 16,2024

1. Install "libpopt0" package

This guide covers the steps necessary to install libpopt0 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libpopt0

2. Uninstall "libpopt0" package

Please follow the steps below to uninstall libpopt0 on openSUSE Leap:

$ sudo zypper remove libpopt0

3. Information about the libpopt0 package on openSUSE Leap

Information for package libpopt0:
---------------------------------
Repository : Main Repository
Name : libpopt0
Version : 1.16-3.22
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 121.8 KiB
Installed : Yes (automatically)
Status : up-to-date
Source package : popt-1.16-3.22.src
Upstream URL : http://www.rpm5.org/
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.