How to Install and Uninstall freefem++.x86_64 Package on Fedora 39

Last updated: October 13,2024

1. Install "freefem++.x86_64" package

This tutorial shows how to install freefem++.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install freefem++.x86_64

2. Uninstall "freefem++.x86_64" package

Please follow the instructions below to uninstall freefem++.x86_64 on Fedora 39:

$ sudo dnf remove freefem++.x86_64 $ sudo dnf autoremove

3. Information about the freefem++.x86_64 package on Fedora 39

Last metadata expiration check: 4:31:33 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : freefem++
Version : 4.13
Release : 4.fc39
Architecture : x86_64
Size : 46 M
Source : freefem++-4.13-4.fc39.src.rpm
Repository : fedora
Summary : PDE solving tool
URL : https://freefem.org
License : LGPL-3.0-or-later
Description : A PDE oriented language using Finite Element Method FreeFem++ is an
: implementation of a language dedicated to the finite element method. It
: provides you a way to solve Partial Differential Equations (PDE) simply.
:
: Problems involving partial differential equations (pde) of several
: branches of physics such as fluid-structure interactions require
: interpolations of data on several meshes and their manipulation within
: one program.
:
: FreeFem++ is an extension of freefem, freefem+ written in C++.