How to Install and Uninstall octave.i686 Package on Fedora 36

Last updated: October 05,2024

1. Install "octave.i686" package

Please follow the instructions below to install octave.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install octave.i686

2. Uninstall "octave.i686" package

This is a short guide on how to uninstall octave.i686 on Fedora 36:

$ sudo dnf remove octave.i686 $ sudo dnf autoremove

3. Information about the octave.i686 package on Fedora 36

Last metadata expiration check: 1:21:53 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : octave
Epoch : 6
Version : 6.4.0
Release : 5.fc36
Architecture : i686
Size : 17 M
Source : octave-6.4.0-5.fc36.src.rpm
Repository : fedora
Summary : A high-level language for numerical computations
URL : http://www.octave.org
License : GPLv3+
Description : GNU Octave is a high-level language, primarily intended for numerical
: computations. It provides a convenient command line interface for
: solving linear and nonlinear problems numerically, and for performing
: other numerical experiments using a language that is mostly compatible
: with Matlab. It may also be used as a batch-oriented language. Octave
: has extensive tools for solving common numerical linear algebra
: problems, finding the roots of nonlinear equations, integrating
: ordinary functions, manipulating polynomials, and integrating ordinary
: differential and differential-algebraic equations. It is easily
: extensible and customizable via user-defined functions written in
: Octave's own language, or using dynamically loaded modules written in
: C++, C, Fortran, or other languages.