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

Last updated: July 03,2024

1. Install "freefem++.x86_64" package

This guide covers the steps necessary to install freefem++.x86_64 on Fedora 34

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

2. Uninstall "freefem++.x86_64" package

This guide covers the steps necessary to uninstall freefem++.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:57:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : freefem++
Version : 4.7
Release : 3.fc34
Architecture : x86_64
Size : 38 M
Source : freefem++-4.7-3.fc34.src.rpm
Repository : fedora
Summary : PDE solving tool
URL : https://freefem.org
License : LGPLv2+
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++.