How to Install and Uninstall libcolamd2 Package on Kali Linux

Last updated: May 17,2024

1. Install "libcolamd2" package

This tutorial shows how to install libcolamd2 on Kali Linux

$ sudo apt update $ sudo apt install libcolamd2

2. Uninstall "libcolamd2" package

Learn how to uninstall libcolamd2 on Kali Linux:

$ sudo apt remove libcolamd2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcolamd2 package on Kali Linux

Package: libcolamd2
Source: suitesparse
Version: 1:5.12.0+dfsg-2
Installed-Size: 73
Maintainer: Debian Science Team
Architecture: amd64
Depends: libc6 (>= 2.4), libsuitesparseconfig5 (>= 1:5.0.0)
Size: 32940
SHA256: d7f6517f4e19438f7725b6efe405f5850e3e71534f45c260372919feda2c234e
SHA1: c7ebb1150eca48915018a393e0a2838162136f3b
MD5sum: c47644da82d59cedd229c5dbcd34d79f
Description: column approximate minimum degree ordering library for sparse matrices
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The COLAMD library implements the "COLumn Approximate Minimum Degree ordering"
algorithm. It computes a permutation vector P such that the LU factorization
of A (:,P) tends to be sparser than that of A. The Cholesky factorization of
(A (:,P))'*(A (:,P)) will also tend to be sparser than that of A'*A.
Description-md5: 6d693e970300aa191a71ea529934c483
Multi-Arch: same
Homepage: http://suitesparse.com
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/s/suitesparse/libcolamd2_5.12.0+dfsg-2_amd64.deb