How to Install and Uninstall libarmadillo11 Package on openSUSE Leap

Last updated: May 20,2024

1. Install "libarmadillo11" package

This guide covers the steps necessary to install libarmadillo11 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libarmadillo11

2. Uninstall "libarmadillo11" package

This guide covers the steps necessary to uninstall libarmadillo11 on openSUSE Leap:

$ sudo zypper remove libarmadillo11

3. Information about the libarmadillo11 package on openSUSE Leap

Information for package libarmadillo11:
---------------------------------------
Repository : Main Repository
Name : libarmadillo11
Version : 11.4.3-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 69.9 KiB
Installed : No
Status : not installed
Source package : armadillo-11.4.3-bp155.1.6.src
Upstream URL : http://arma.sourceforge.net/
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.