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

Last updated: May 20,2024

1. Install "python36-pyfakefs" package

In this section, we are going to explain the necessary steps to install python36-pyfakefs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pyfakefs

2. Uninstall "python36-pyfakefs" package

In this section, we are going to explain the necessary steps to uninstall python36-pyfakefs on openSuSE Tumbleweed:

$ sudo zypper remove python36-pyfakefs

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

Information for package python36-pyfakefs:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pyfakefs
Version : 4.0.2-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 821,3 KiB
Installed : No
Status : not installed
Source package : python-pyfakefs-4.0.2-1.7.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.