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

Last updated: November 07,2024

1. Install "python2-pyfakefs" package

Please follow the guidelines below to install python2-pyfakefs on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pyfakefs

2. Uninstall "python2-pyfakefs" package

Learn how to uninstall python2-pyfakefs on openSUSE Leap:

$ sudo zypper remove python2-pyfakefs

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

Information for package python2-pyfakefs:
-----------------------------------------
Repository : Main Repository
Name : python2-pyfakefs
Version : 3.4.3-1.43
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1,8 MiB
Installed : No
Status : not installed
Source package : python-pyfakefs-3.4.3-1.43.src
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.