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

Last updated: May 05,2024

1. Install "libfreefem++" package

This tutorial shows how to install libfreefem++ on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libfreefem++

2. Uninstall "libfreefem++" package

Please follow the guidance below to uninstall libfreefem++ on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libfreefem++ $ sudo apt autoclean && sudo apt autoremove

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

Package: libfreefem++
Priority: optional
Section: universe/libs
Installed-Size: 4899
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: freefem++
Version: 3.38.1-1.1build2
Depends: libblas3 | libblas.so.3, libc6 (>= 2.14), libfftw3-double3, libgcc1 (>= 1:4.0), libgfortran3 (>= 4.6), libgsl2, liblapack3 | liblapack.so.3, libstdc++6 (>= 5.2), libumfpack5.7.1
Filename: pool/universe/f/freefem++/libfreefem++_3.38.1-1.1build2_amd64.deb
Size: 971210
MD5sum: be5934b95db51f54caf8dbeae28eea6f
SHA1: 9f23188c2dd1468af8edaf1c00b5cf7a10b7f96a
SHA256: 8fb4bcbf4e9fc2304e014183e5d6a609d3c9ce3c99e48bf1b624494d944bbdc0
Description-en: Provides the shared libraries of the FreeFem++ FE suite
FreeFem++ is an implementation of a language dedicated to the finite
element method. It enables you to solve Partial Differential
Equations (PDE) easily.
.
Problems involving PDE from several branches of physics such as
fluid-structure interactions require interpolations of data on
several meshes and their manipulation within one program. FreeFem++
includes a fast quadtree-based interpolation algorithm and a language
for the manipulation of these data on multiple meshes. It contains
also a powerful mesh generation and adaption tool integrated
seamlessly in FreeFem++ called bamg.
.
FreeFem++ is written in C++ and the FreeFem++ language is a C++ idiom
allowing for a smooth learning curve.
.
This package contains the shared libraries of FreeFem++.
Description-md5: 766a4cb396240bc656d8f0d4096d8ef2
Homepage: http://www.freefem.org/ff++/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu