How to Install and Uninstall libucpp13 Package on openSUSE Leap
Last updated: February 03,2025
1. Install "libucpp13" package
Please follow the steps below to install libucpp13 on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
libucpp13
Copied
2. Uninstall "libucpp13" package
Please follow the guidelines below to uninstall libucpp13 on openSUSE Leap:
$
sudo zypper remove
libucpp13
Copied
3. Information about the libucpp13 package on openSUSE Leap
Information for package libucpp13:
----------------------------------
Repository : Main Repository
Name : libucpp13
Version : 1.3.4-150000.3.6.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 95.2 KiB
Installed : No
Status : not installed
Source package : ucpp-1.3.4-150000.3.6.1.src
Upstream URL : http://code.google.com/p/ucpp/
Summary : A Mixed Integer Linear Programming (MILP) Solver Library
Description :
A C preprocessor is a part of a C compiler responsible for macro
replacement, conditional compilation and inclusion of header files.
It is often found as a stand-alone program on Unix systems.
ucpp is such a preprocessor; it is designed to be quick and light,
but anyway fully compliant to the ISO standard 9899:1999, also known
as C99. ucpp can be compiled as a stand-alone program, or linked to
some other code; in the latter case, ucpp will output tokens, one
at a time, on demand, as an integrated lexer.
ucpp operates in two modes:
-- lexer mode: ucpp is linked to some other code and outputs a stream of
tokens (each call to the lex() function will yield one token)
-- non-lexer mode: ucpp preprocesses text and outputs the resulting text
to a file descriptor; if linked to some other code, the cpp() function
must be called repeatedly, otherwise ucpp is a stand-alone binary.
----------------------------------
Repository : Main Repository
Name : libucpp13
Version : 1.3.4-150000.3.6.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 95.2 KiB
Installed : No
Status : not installed
Source package : ucpp-1.3.4-150000.3.6.1.src
Upstream URL : http://code.google.com/p/ucpp/
Summary : A Mixed Integer Linear Programming (MILP) Solver Library
Description :
A C preprocessor is a part of a C compiler responsible for macro
replacement, conditional compilation and inclusion of header files.
It is often found as a stand-alone program on Unix systems.
ucpp is such a preprocessor; it is designed to be quick and light,
but anyway fully compliant to the ISO standard 9899:1999, also known
as C99. ucpp can be compiled as a stand-alone program, or linked to
some other code; in the latter case, ucpp will output tokens, one
at a time, on demand, as an integrated lexer.
ucpp operates in two modes:
-- lexer mode: ucpp is linked to some other code and outputs a stream of
tokens (each call to the lex() function will yield one token)
-- non-lexer mode: ucpp preprocesses text and outputs the resulting text
to a file descriptor; if linked to some other code, the cpp() function
must be called repeatedly, otherwise ucpp is a stand-alone binary.