How to Install and Uninstall cxsc.i686 Package on Fedora 36

Last updated: July 05,2024

1. Install "cxsc.i686" package

Please follow the step by step instructions below to install cxsc.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install cxsc.i686

2. Uninstall "cxsc.i686" package

In this section, we are going to explain the necessary steps to uninstall cxsc.i686 on Fedora 36:

$ sudo dnf remove cxsc.i686 $ sudo dnf autoremove

3. Information about the cxsc.i686 package on Fedora 36

Last metadata expiration check: 4:11:51 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : cxsc
Version : 2.5.4
Release : 19.fc36
Architecture : i686
Size : 1.2 M
Source : cxsc-2.5.4-19.fc36.src.rpm
Repository : fedora
Summary : C++ library for Extended Scientific Computing
URL : http://www2.math.uni-wuppertal.de/wrswt/xsc/cxsc_new.html
License : LGPLv2+
Description : C-XSC is the C language variant of the XSC (eXtensions for Scientific
: Computing) project. It provides routines that guarantee accuracy and
: reliability of results. Problem-solving routines with automatic result
: verification have been developed for many standard problems of numerical
: analysis, such as linear or nonlinear systems of equations, differential
: and integral equations, etc. as well as for a large number of
: applications in engineering and the natural sciences. Some of the
: features of C-XSC are:
: - Operator concept (user-defined operators)
: - Overloading concept
: - Module concept
: - Dynamic arrays
: - Controlled rounding
: - Predefined arithmetic data types real, extended real, complex,
: interval, complex interval, and corresponding vector and matrix types
: - Predefined arithmetic operators and elementary functions of the highest
: accuracy for the arithmetic data types
: - Data type dotprecision for the exact representation of dot products
: - Library of mathematical problem-solving routines with automatic result
: verification and high accuracy