How to Install and Uninstall libmongoose3 Package on Kali Linux

Last updated: November 25,2024

1. Install "libmongoose3" package

In this section, we are going to explain the necessary steps to install libmongoose3 on Kali Linux

$ sudo apt update $ sudo apt install libmongoose3

2. Uninstall "libmongoose3" package

Please follow the steps below to uninstall libmongoose3 on Kali Linux:

$ sudo apt remove libmongoose3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmongoose3 package on Kali Linux

Package: libmongoose3
Source: suitesparse
Version: 1:7.3.1+dfsg-2
Installed-Size: 114
Maintainer: Debian Science Team
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libsuitesparseconfig7 (>= 1:7.0.1)
Size: 42828
SHA256: 340f4c799c0e0bd6a52ca91edcbf53c34322684a058f2cd4945b5115b13fc274
SHA1: ba937be4887151417c7cf9e22c01ecde9b659907
MD5sum: a3caf10f2f147e88835a0e940e0df66c
Description: graph partitioning tool that can quickly compute edge cuts (shared library)
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
Mongoose is a graph partitioning library that can quickly compute edge cuts in
arbitrary graph. Given a graph with a vertex set and edge set, an edge cut is
a partitioning of the graph into two subgraphs that are balanced (contain the
same number of vertices) and the connectivity between the subgraphs is
minimized (few edges are in the cut).
.
This package contains the shared C++ library.
Description-md5:
Multi-Arch: same
Homepage: http://suitesparse.com
Section: libs
Priority: optional
Filename: pool/main/s/suitesparse/libmongoose3_7.3.1+dfsg-2_amd64.deb

5. The same packages on other Linux Distributions