How to Install and Uninstall python38-freezegun.noarch Package on Oracle Linux 8

Last updated: May 05,2024

1. Install "python38-freezegun.noarch" package

Please follow the step by step instructions below to install python38-freezegun.noarch on Oracle Linux 8

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

2. Uninstall "python38-freezegun.noarch" package

This tutorial shows how to uninstall python38-freezegun.noarch on Oracle Linux 8:

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

3. Information about the python38-freezegun.noarch package on Oracle Linux 8

Last metadata expiration check: 5:16:41 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python38-freezegun
Version : 1.1.0
Release : 2.el8
Architecture : noarch
Size : 34 k
Source : python38-freezegun-epel-1.1.0-2.el8.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.