How to Install and Uninstall python3-freezegun.noarch Package on Oracle Linux 9

Last updated: July 08,2024

1. Install "python3-freezegun.noarch" package

Learn how to install python3-freezegun.noarch on Oracle Linux 9

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

2. Uninstall "python3-freezegun.noarch" package

Learn how to uninstall python3-freezegun.noarch on Oracle Linux 9:

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

3. Information about the python3-freezegun.noarch package on Oracle Linux 9

Last metadata expiration check: 0:34:35 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-freezegun
Version : 1.1.0
Release : 1.el9
Architecture : noarch
Size : 35 k
Source : python-freezegun-1.1.0-1.el9.src.rpm
Repository : epel
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.