How to Install and Uninstall python3-pyfakefs Package on openSUSE Leap

Last updated: May 09,2024

1. Install "python3-pyfakefs" package

Please follow the step by step instructions below to install python3-pyfakefs on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pyfakefs

2. Uninstall "python3-pyfakefs" package

In this section, we are going to explain the necessary steps to uninstall python3-pyfakefs on openSUSE Leap:

$ sudo zypper remove python3-pyfakefs

3. Information about the python3-pyfakefs package on openSUSE Leap

Information for package python3-pyfakefs:
-----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-pyfakefs
Version : 3.4.3-150400.14.69
Arch : noarch
Vendor : SUSE LLC
Installed Size : 2.1 MiB
Installed : No
Status : not installed
Source package : python3-pyfakefs-3.4.3-150400.14.69.src
Upstream URL : http://pyfakefs.org
Summary : Fake file system that mocks the Python file system modules
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.