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

Last updated: January 17,2025

1. Install "armadillo.i686" package

Learn how to install armadillo.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install armadillo.i686

2. Uninstall "armadillo.i686" package

Here is a brief guide to show you how to uninstall armadillo.i686 on Fedora 36:

$ sudo dnf remove armadillo.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:52:46 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : armadillo
Version : 10.8.2
Release : 1.fc36
Architecture : i686
Size : 42 k
Source : armadillo-10.8.2-1.fc36.src.rpm
Repository : fedora
Summary : Fast C++ matrix library with syntax similar to MATLAB and Octave
URL : http://arma.sourceforge.net/
License : ASL 2.0
Description : Armadillo is a C++ linear algebra library (matrix maths)
: aiming towards a good balance between speed and ease of use.
: Integer, floating point and complex numbers are supported,
: as well as a subset of trigonometric and statistics functions.
: Various matrix decompositions are provided through optional
: integration with LAPACK and ATLAS libraries.
: A delayed evaluation approach is employed (during compile time)
: to combine several operations into one and reduce (or eliminate)
: the need for temporaries. This is accomplished through recursive
: templates and template meta-programming.
: This library is useful if C++ has been decided as the language
: of choice (due to speed and/or integration capabilities), rather
: than another language like Matlab or Octave.