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

Last updated: May 22,2024

1. Install "freefem++.x86_64" package

Learn how to install freefem++.x86_64 on Fedora 35

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

2. Uninstall "freefem++.x86_64" package

This guide let you learn how to uninstall freefem++.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:01:46 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : freefem++
Version : 4.7
Release : 6.fc35
Architecture : x86_64
Size : 38 M
Source : freefem++-4.7-6.fc35.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++.