How to Install and Uninstall cxxopts-devel Package on openSUSE Leap
Last updated: February 08,2025
1. Install "cxxopts-devel" package
Please follow the steps below to install cxxopts-devel on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
cxxopts-devel
Copied
2. Uninstall "cxxopts-devel" package
In this section, we are going to explain the necessary steps to uninstall cxxopts-devel on openSUSE Leap:
$
sudo zypper remove
cxxopts-devel
Copied
3. Information about the cxxopts-devel package on openSUSE Leap
Information for package cxxopts-devel:
--------------------------------------
Repository : Main Repository
Name : cxxopts-devel
Version : 3.0.0-bp155.2.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 71.0 KiB
Installed : No
Status : not installed
Source package : cxxopts-3.0.0-bp155.2.6.src
Upstream URL : https://github.com/jarro2783/cxxopts
Summary : Development files for cxxopts
Description :
CXXOpts is a C++ option parser library supporting single-letter options
with a single dash, and long options with a double-dash.
(There are some corner cases in 3.0.0 where behavior is not exactly
matching GNU getopt or POSIX mode.)
It requires and makes use of C++11.
--------------------------------------
Repository : Main Repository
Name : cxxopts-devel
Version : 3.0.0-bp155.2.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 71.0 KiB
Installed : No
Status : not installed
Source package : cxxopts-3.0.0-bp155.2.6.src
Upstream URL : https://github.com/jarro2783/cxxopts
Summary : Development files for cxxopts
Description :
CXXOpts is a C++ option parser library supporting single-letter options
with a single dash, and long options with a double-dash.
(There are some corner cases in 3.0.0 where behavior is not exactly
matching GNU getopt or POSIX mode.)
It requires and makes use of C++11