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

Last updated: October 05,2024

1. Install "octave-interval.x86_64" package

Learn how to install octave-interval.x86_64 on Fedora 34

$ 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 Fedora 34:

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

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

Last metadata expiration check: 5:22:22 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : octave-interval
Version : 3.2.0
Release : 11.fc34
Architecture : x86_64
Size : 1.9 M
Source : octave-interval-3.2.0-11.fc34.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.