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

Last updated: May 08,2024

1. Install "freefem" package

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

$ sudo apt update $ sudo apt install freefem

2. Uninstall "freefem" package

This guide covers the steps necessary to uninstall freefem on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove freefem $ sudo apt autoclean && sudo apt autoremove

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

Package: freefem++
Priority: optional
Section: universe/math
Installed-Size: 22641
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Version: 3.38.1-1.1build2
Depends: freeglut3, libarpack2 (>= 2.1), libblas3 | libblas.so.3, libc6 (>= 2.14), libgcc1 (>= 1:4.0), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libhdf5-10, libopenmpi1.10, libstdc++6 (>= 5.2), libumfpack5.7.1
Filename: pool/universe/f/freefem++/freefem++_3.38.1-1.1build2_amd64.deb
Size: 4523460
MD5sum: 2fbbd118547fc303bd0f15731cce68e0
SHA1: 8aee439bcd92c3b3f1fb0a43c233e82272cbd9cf
SHA256: ca31e62898e954453f9512427727773da9029645956b1d8f596c3c18d3d801f3
Description-en: Provides the binaries 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 executables of FreeFem++.
Description-md5: 01429493488c740a6366ff810a1828dd
Homepage: http://www.freefem.org/ff++/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu