How to Install and Uninstall python3-pyfakefs.noarch Package on CentOS Stream 8

Last updated: July 04,2024

1. Install "python3-pyfakefs.noarch" package

This tutorial shows how to install python3-pyfakefs.noarch on CentOS Stream 8

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

2. Uninstall "python3-pyfakefs.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pyfakefs.noarch on CentOS Stream 8:

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

3. Information about the python3-pyfakefs.noarch package on CentOS Stream 8

Last metadata expiration check: 3:26:03 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-pyfakefs
Version : 4.4.0
Release : 1.el8
Architecture : noarch
Size : 352 k
Source : python-pyfakefs-4.4.0-1.el8.src.rpm
Repository : epel
Summary : pyfakefs implements a fake file system that mocks the Python file system modules.
URL : http://pyfakefs.org
License : ASL 2.0
Description : pyfakefs implements a fake file system that mocks the Python file system
: modules.
: Using pyfakefs, your tests operate on a fake file system in memory without
: touching the real disk. The software under test requires no modification to
: work with pyfakefs.