How to Install and Uninstall libarmadillo9 Package on openSUSE Leap

Last updated: May 17,2024

1. Install "libarmadillo9" package

Please follow the steps below to install libarmadillo9 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libarmadillo9

2. Uninstall "libarmadillo9" package

This tutorial shows how to uninstall libarmadillo9 on openSUSE Leap:

$ sudo zypper remove libarmadillo9

3. Information about the libarmadillo9 package on openSUSE Leap

Information for package libarmadillo9:
--------------------------------------
Repository : Main Repository
Name : libarmadillo9
Version : 9.880.1-bp153.1.18
Arch : x86_64
Vendor : openSUSE
Installed Size : 91,9 KiB
Installed : No
Status : not installed
Source package : armadillo-9.880.1-bp153.1.18.src
Summary : C++ matrix library with interfaces to LAPACK and ATLAS
Description :
Armadillo is a C++ linear algebra library (matrix maths).
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 package provides the shared libraries for armadillo.