How to Install and Uninstall python311-pyfakefs Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python311-pyfakefs" package

Please follow the instructions below to install python311-pyfakefs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pyfakefs

2. Uninstall "python311-pyfakefs" package

This guide covers the steps necessary to uninstall python311-pyfakefs on openSuSE Tumbleweed:

$ sudo zypper remove python311-pyfakefs

3. Information about the python311-pyfakefs package on openSuSE Tumbleweed

Information for package python311-pyfakefs:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pyfakefs
Version : 5.3.5-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : python-pyfakefs-5.3.5-1.1.src
Upstream URL : https://github.com/jmcgeheeiv/pyfakefs
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.