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

Last updated: October 05,2024

1. Install "python3-first.noarch" package

This guide covers the steps necessary to install python3-first.noarch on Fedora 34

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

2. Uninstall "python3-first.noarch" package

Learn how to uninstall python3-first.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:59:15 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-first
Version : 2.0.2
Release : 2.fc34
Architecture : noarch
Size : 14 k
Source : python-first-2.0.2-2.fc34.src.rpm
Repository : fedora
Summary : Return the first true value of an iterable
URL : http://github.com/hynek/first/
License : MIT
Description : Simple function that returns the first true value from an iterable, or None if
: there is none.