How to Install and Uninstall octave-interval.x86_64 Package on Fedora 35

Last updated: May 19,2024

1. Install "octave-interval.x86_64" package

Please follow the instructions below to install octave-interval.x86_64 on Fedora 35

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

2. Uninstall "octave-interval.x86_64" package

In this section, we are going to explain the necessary steps to uninstall octave-interval.x86_64 on Fedora 35:

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

3. Information about the octave-interval.x86_64 package on Fedora 35

Last metadata expiration check: 2:07:09 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : octave-interval
Version : 3.2.0
Release : 13.fc35
Architecture : x86_64
Size : 1.9 M
Source : octave-interval-3.2.0-13.fc35.src.rpm
Repository : fedora
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.