How to Install and Uninstall python38-freezegun.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 29,2024

1. Install "python38-freezegun.noarch" package

This tutorial shows how to install python38-freezegun.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python38-freezegun.noarch" package

This guide covers the steps necessary to uninstall python38-freezegun.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python38-freezegun.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:30:49 ago on Mon Feb 26 15:59:38 2024.
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.