How to Install and Uninstall python3-fiat.noarch Package on Fedora 36

Last updated: October 09,2024

1. Install "python3-fiat.noarch" package

Please follow the guidelines below to install python3-fiat.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-fiat.noarch

2. Uninstall "python3-fiat.noarch" package

This guide let you learn how to uninstall python3-fiat.noarch on Fedora 36:

$ sudo dnf remove python3-fiat.noarch $ sudo dnf autoremove

3. Information about the python3-fiat.noarch package on Fedora 36

Last metadata expiration check: 3:25:59 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-fiat
Version : 2019.1.0
Release : 9.fc36
Architecture : noarch
Size : 158 k
Source : python-fiat-2019.1.0-9.fc36.src.rpm
Repository : fedora
Summary : Generator of arbitrary order instances of Lagrange elements on lines, triangles, and tetrahedra
URL : https://bitbucket.org/fenics-project/fiat
License : LGPLv3+
Description : The FInite element Automatic Tabulator FIAT supports generation of
: arbitrary order instances of the Lagrange elements on lines,
: triangles, and tetrahedra. It is also capable of generating arbitrary
: order instances of Jacobi-type quadrature rules on the same element
: shapes. Further, H(div) and H(curl) conforming finite element spaces
: such as the families of Raviart-Thomas, Brezzi-Douglas-Marini and
: Nedelec are supported on triangles and tetrahedra. Upcoming versions
: will also support Hermite and nonconforming elements.
:
: FIAT is part of the FEniCS Project.