How to Install and Uninstall python3-freezegun.noarch Package on Fedora 38

Last updated: May 20,2024

1. Install "python3-freezegun.noarch" package

This guide covers the steps necessary to install python3-freezegun.noarch on Fedora 38

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

2. Uninstall "python3-freezegun.noarch" package

Please follow the guidelines below to uninstall python3-freezegun.noarch on Fedora 38:

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

3. Information about the python3-freezegun.noarch package on Fedora 38

Last metadata expiration check: 1:12:21 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-freezegun
Version : 1.2.2
Release : 2.fc38
Architecture : noarch
Size : 47 k
Source : python-freezegun-1.2.2-2.fc38.src.rpm
Repository : fedora
Summary : Let your Python tests travel through time
URL : https://pypi.io/project/freezegun
License : ASL 2.0
Description : freezegun is a library that allows your python tests to travel through time by
: mocking the datetime module. This is the Python 3 library.