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

Last updated: February 12,2025

1. Install "python3-fiat.noarch" package

This tutorial shows how to install python3-fiat.noarch on Fedora 34

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

2. Uninstall "python3-fiat.noarch" package

This guide covers the steps necessary to uninstall python3-fiat.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:25:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-fiat
Version : 2019.1.0
Release : 6.fc34
Architecture : noarch
Size : 157 k
Source : python-fiat-2019.1.0-6.fc34.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.