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

Last updated: October 05,2024

1. Install "python3-fn.noarch" package

Please follow the instructions below to install python3-fn.noarch on Fedora 34

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

2. Uninstall "python3-fn.noarch" package

This tutorial shows how to uninstall python3-fn.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:47:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-fn
Version : 0.4.3
Release : 22.fc34
Architecture : noarch
Size : 53 k
Source : python-fn-0.4.3-22.fc34.src.rpm
Repository : fedora
Summary : Features to allow functional programming in Python
URL : https://github.com/kachayev/fn.py
License : ASL 2.0
Description : Despite the fact that Python is not pure-functional programming language, it's
: a multi-paradigm PL and it gives you enough freedom to take credits from
: functional programming approach. There are theoretical and practical advantages
: to the functional style:
:
: - Formal provability
: - Modularity
: - Composability
: - Ease of debugging and testing
:
: Fn.py library provides you with missing "batteries" to get maximum from
: functional approach even in mostly-imperative program.