How to Install and Uninstall SuperLUMT.x86_64 Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "SuperLUMT.x86_64" package

This tutorial shows how to install SuperLUMT.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install SuperLUMT.x86_64

2. Uninstall "SuperLUMT.x86_64" package

Please follow the steps below to uninstall SuperLUMT.x86_64 on AlmaLinux 9:

$ sudo dnf remove SuperLUMT.x86_64 $ sudo dnf autoremove

3. Information about the SuperLUMT.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:15:45 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : SuperLUMT
Version : 3.1.0
Release : 33.el9
Architecture : x86_64
Size : 84 k
Source : SuperLUMT-3.1.0-33.el9.src.rpm
Repository : epel
Summary : Single precision real SuperLU routines for shared memory parallel machines
URL : http://crd-legacy.lbl.gov/~xiaoye/SuperLU/
License : BSD
Description : Subroutines to solve sparse linear systems for shared memory parallel machines.
: SuperLU contains a set of subroutines to solve a sparse linear system
: A*X=B. It uses Gaussian elimination with partial pivoting (GEPP).
: The columns of A may be preordered before factorization; the
: preordering for sparsity is completely separate from the factorization.