How to Install and Uninstall octave-interval.x86_64 Package on CentOS Stream 9

Last updated: July 02,2024

1. Install "octave-interval.x86_64" package

Please follow the steps below to install octave-interval.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install octave-interval.x86_64

2. Uninstall "octave-interval.x86_64" package

This guide covers the steps necessary to uninstall octave-interval.x86_64 on CentOS Stream 9:

$ sudo dnf remove octave-interval.x86_64 $ sudo dnf autoremove

3. Information about the octave-interval.x86_64 package on CentOS Stream 9

Last metadata expiration check: 0:14:58 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : octave-interval
Version : 3.2.1
Release : 2.el9
Architecture : x86_64
Size : 1.7 M
Source : octave-interval-3.2.1-2.el9.src.rpm
Repository : epel
Summary : Interval arithmetic for Octave
URL : https://octave.sourceforge.io/interval/
License : GPLv3+ and LGPLv2+
Description : The Octave-forge Interval package for real-valued interval arithmetic
: allows one to evaluate functions over subsets of their domain. All
: results are verified, because interval computations automatically keep
: track of any errors. These concepts can be used to handle
: uncertainties, estimate arithmetic errors and produce reliable
: results. Also it can be applied to computer-assisted proofs,
: constraint programming, and verified computing. The implementation is
: based on interval boundaries represented by binary64 numbers and is
: conforming to IEEE Std 1788-2015, IEEE standard for interval
: arithmetic.