How to Install and Uninstall python3-fypp.noarch Package on Fedora 35

Last updated: June 02,2024

1. Install "python3-fypp.noarch" package

Here is a brief guide to show you how to install python3-fypp.noarch on Fedora 35

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

2. Uninstall "python3-fypp.noarch" package

Please follow the steps below to uninstall python3-fypp.noarch on Fedora 35:

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

3. Information about the python3-fypp.noarch package on Fedora 35

Last metadata expiration check: 2:14:30 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-fypp
Version : 3.1
Release : 3.fc35
Architecture : noarch
Size : 58 k
Source : python-fypp-3.1-3.fc35.src.rpm
Repository : fedora
Summary : Fortran preprocessor
URL : https://github.com/aradi/fypp
License : BSD
Description : Fypp is a Python powered preprocessor. It can be used for any programming
: languages but its primary aim is to offer a Fortran preprocessor, which helps
: to extend Fortran with condititional compiling and template metaprogramming
: capabilities. Instead of introducing its own expression syntax, it uses Python
: expressions in its preprocessor directives, offering the consistency and
: versatility of Python when formulating metaprogramming tasks. It puts strong
: emphasis on robustness and on neat integration into developing toolchains.