How to Install and Uninstall python312-fs Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "python312-fs" package

This is a short guide on how to install python312-fs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-fs

2. Uninstall "python312-fs" package

Learn how to uninstall python312-fs on openSuSE Tumbleweed:

$ sudo zypper remove python312-fs

3. Information about the python312-fs package on openSuSE Tumbleweed

Information for package python312-fs:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-fs
Version : 2.4.16-3.2
Arch : noarch
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : python-fs-2.4.16-3.2.src
Upstream URL : https://github.com/PyFilesystem/pyfilesystem2
Summary : Python's filesystem abstraction layer
Description :
PyFilesystem is an abstraction layer for filesystems. In the same way that
Python's file-like objects provide a common way of accessing files,
PyFilesystem provides a common way of accessing entire filesystems. You can
write platform-independent code to work with local files, that also works with
any of the supported filesystems (zip, ftp, S3 etc.).