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

Last updated: December 27,2024

1. Install "python310-fs" package

This guide covers the steps necessary to install python310-fs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-fs

2. Uninstall "python310-fs" package

This tutorial shows how to uninstall python310-fs on openSuSE Tumbleweed:

$ sudo zypper remove python310-fs

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

Information for package python310-fs:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-fs
Version : 2.4.16-3.2
Arch : noarch
Vendor : openSUSE
Installed Size : 1.0 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.).