How to Install and Uninstall octave-interval Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 05,2024

1. Install "octave-interval" package

Please follow the steps below to install octave-interval on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install octave-interval

2. Uninstall "octave-interval" package

Please follow the guidance below to uninstall octave-interval on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove octave-interval $ sudo apt autoclean && sudo apt autoremove

3. Information about the octave-interval package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: octave-interval
Priority: optional
Section: universe/math
Installed-Size: 3550
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Octave Group
Architecture: amd64
Version: 1.4.1-1
Depends: octave (>= 4.0.0), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libgomp1 (>= 4.9), libmpfr4 (>= 3.1.3), liboctave3, libstdc++6 (>= 5.2)
Filename: pool/universe/o/octave-interval/octave-interval_1.4.1-1_amd64.deb
Size: 925324
MD5sum: 3a1a0fd3b1ade455df05f5bdeff5759c
SHA1: 46222ffc1894123cf17d0e70b329db6eca156ae1
SHA256: e5d2ff033ff5e36eca32389436de6c60dd776e0e39b55e69699923a11dc6c5c8
Description-en: real-valued interval arithmetic for Octave
The 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.
.
This Octave add-on package is part of the Octave-Forge project.
Description-md5: d2928c938f777ccc917e92770c82c088
Homepage: http://octave.sourceforge.net/interval/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu