How to Install and Uninstall cxsc.x86_64 Package on Fedora 39

Last updated: October 01,2024

1. Install "cxsc.x86_64" package

Here is a brief guide to show you how to install cxsc.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install cxsc.x86_64

2. Uninstall "cxsc.x86_64" package

This guide let you learn how to uninstall cxsc.x86_64 on Fedora 39:

$ sudo dnf remove cxsc.x86_64 $ sudo dnf autoremove

3. Information about the cxsc.x86_64 package on Fedora 39

Last metadata expiration check: 0:20:16 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : cxsc
Version : 2.5.4
Release : 23.fc39
Architecture : x86_64
Size : 1.1 M
Source : cxsc-2.5.4-23.fc39.src.rpm
Repository : fedora
Summary : C++ library for Extended Scientific Computing
URL : https://www2.math.uni-wuppertal.de/wrswt/xsc/cxsc_new.html
License : LGPL-2.0-or-later
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