How to Install and Uninstall python3-fs Package on openSUSE Leap

Last updated: May 05,2024

1. Install "python3-fs" package

Here is a brief guide to show you how to install python3-fs on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-fs

2. Uninstall "python3-fs" package

This tutorial shows how to uninstall python3-fs on openSUSE Leap:

$ sudo zypper remove python3-fs

3. Information about the python3-fs package on openSUSE Leap

Information for package python3-fs:
-----------------------------------
Repository : Main Repository
Name : python3-fs
Version : 2.4.11-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : python-fs-2.4.11-bp155.2.9.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.).