How to Install and Uninstall libmadlib Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libmadlib" package

In this section, we are going to explain the necessary steps to install libmadlib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmadlib

2. Uninstall "libmadlib" package

Here is a brief guide to show you how to uninstall libmadlib on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmadlib $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmadlib package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmadlib
Priority: extra
Section: universe/libs
Installed-Size: 1024
Maintainer: Ubuntu Developers
Original-Maintainer: Christophe Prud'homme
Architecture: amd64
Source: madlib
Version: 1.3.0-2.1ubuntu1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1)
Filename: pool/universe/m/madlib/libmadlib_1.3.0-2.1ubuntu1_amd64.deb
Size: 318772
MD5sum: 4bf15851c44186ac6ee9d31216a4c7c8
SHA1: 5528b5627947d004c9319decc83722bd027b3fe0
SHA256: 05d8d7e7b6d1b00add5f7bd4e707e71437fe17ddbfe0d9c425d7ff2ff8bb2e4a
Description-en: mesh adaptation library
This package contains the dynamic libraries for MAdLib.
.
MAdLib is a library that performs global node repositioning and mesh
adaptation by local mesh modifications on tetrahedral or triangular
meshes. It is designed to frequently adapt the mesh in transient
computations. MAdLib is written in C++.
.
The adaptation procedure is driven by two objectives:
.
- make the edge lengths as close as possible to a (non-homogenous)
prescribed length,
.
- maintain a satisfying element quality everywhere.
.
MAdLib can be used in transient computations in order to maintain a
satisfying element quality (moving boundaries, multiphase flows with
interface tracking, ...) or/and to apply selective refinements and
coarsenings (error estimators based, interface capturing: shocks,
free surfaces, ...).
Description-md5: 92c0ed7d320e7f0c18c8e3e41c87cb30
Homepage: http://www.madlib.be
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu