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

Last updated: September 21,2024

1. Install "python3-first.noarch" package

Please follow the instructions below to install python3-first.noarch on Fedora 35

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

2. Uninstall "python3-first.noarch" package

Please follow the guidance below to uninstall python3-first.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:07:17 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-first
Version : 2.0.2
Release : 4.fc35
Architecture : noarch
Size : 14 k
Source : python-first-2.0.2-4.fc35.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.