How to Install and Uninstall libamgcl-dev Package on Kali Linux

Last updated: May 16,2024

1. Install "libamgcl-dev" package

This guide let you learn how to install libamgcl-dev on Kali Linux

$ sudo apt update $ sudo apt install libamgcl-dev

2. Uninstall "libamgcl-dev" package

This tutorial shows how to uninstall libamgcl-dev on Kali Linux:

$ sudo apt remove libamgcl-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libamgcl-dev package on Kali Linux

Package: libamgcl-dev
Source: amgcl
Version: 1.4.3-5
Installed-Size: 4520
Maintainer: Debian Science Maintainers
Architecture: all
Size: 2923076
SHA256: 40b2915b84c6f41d47eb8474b8485a386aee1c923339adb8adce1d39310c1d75
SHA1: e5827fbf9c1600d052a90c73fa4cacbf6ffab54d
MD5sum: 7e108b12e154e805bb5d1742e39fceea
Description: Solves large sparse linear systems with algebraic multigrid method
AMG is one of the most effective iterative methods for solution of equation
systems arising, for example, from discretizing PDEs on unstructured grids. The
method can be used as a black-box solver for various computational problems,
since it does not require any information about the underlying geometry. AMG is
often used not as a standalone solver but as a preconditioner within an
iterative solver (e.g. Conjugate Gradients, BiCGStab, or GMRES).
.
AMGCL builds the AMG hierarchy on a CPU and then transfers it to one of the
provided backends. This allows for transparent acceleration of the solution
phase with help of OpenCL, CUDA, or OpenMP technologies. Users may provide
their own backends which enables tight integration between AMGCL and the user
code.
.
AMG is a header-only C++ library, with the headers provided by this package.
Description-md5:
Homepage: https://github.com/ddemidov/amgcl
Section: contrib/libdevel
Priority: optional
Filename: pool/contrib/a/amgcl/libamgcl-dev_1.4.3-5_all.deb