How to Install and Uninstall cln-devel Package on openSuSE Tumbleweed
Last updated: December 24,2024
1. Install "cln-devel" package
Please follow the guidelines below to install cln-devel on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
cln-devel
Copied
2. Uninstall "cln-devel" package
This guide covers the steps necessary to uninstall cln-devel on openSuSE Tumbleweed:
$
sudo zypper remove
cln-devel
Copied
3. Information about the cln-devel package on openSuSE Tumbleweed
Information for package cln-devel:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cln-devel
Version : 1.3.7-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 447.2 KiB
Installed : No
Status : not installed
Source package : cln-1.3.7-1.1.src
Upstream URL : https://www.ginac.de/CLN/
Summary : Class Library for Numbers (C++)
Description :
CLN features a rich set of number classes: integer (unlimited
precision), rational, short float, single float, double float, long
float (unlimited precision), complex, modular integer, and univariate
polynomial. It implements elementary, logical, and transcendental
functions. C++ as the implementation language brings efficiency, type
safety, and algebraic syntax. Memory efficiency: small integers and
short floats are immediate, not heap allocated. Automatic,
noninterruptive garbage collection. Speed efficiency: assembly
language kernel for some CPUs, Karatsuba and Schoenhage-Strassen
multiplication. Interoperability: garbage collection with no burden on
the main application, hooks for memory allocation and exceptions.
The following C++ features are used: classes, member functions,
overloading of functions and operators, constructors and destructors,
inline, const, multiple inheritance, templates, and namespaces. The
following C++ features are not used: new, delete, virtual inheritance,
and exceptions.
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cln-devel
Version : 1.3.7-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 447.2 KiB
Installed : No
Status : not installed
Source package : cln-1.3.7-1.1.src
Upstream URL : https://www.ginac.de/CLN/
Summary : Class Library for Numbers (C++)
Description :
CLN features a rich set of number classes: integer (unlimited
precision), rational, short float, single float, double float, long
float (unlimited precision), complex, modular integer, and univariate
polynomial. It implements elementary, logical, and transcendental
functions. C++ as the implementation language brings efficiency, type
safety, and algebraic syntax. Memory efficiency: small integers and
short floats are immediate, not heap allocated. Automatic,
noninterruptive garbage collection. Speed efficiency: assembly
language kernel for some CPUs, Karatsuba and Schoenhage-Strassen
multiplication. Interoperability: garbage collection with no burden on
the main application, hooks for memory allocation and exceptions.
The following C++ features are used: classes, member functions,
overloading of functions and operators, constructors and destructors,
inline, const, multiple inheritance, templates, and namespaces. The
following C++ features are not used: new, delete, virtual inheritance,
and exceptions.