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

Last updated: May 19,2024

1. Install "python36-fs" package

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

$ sudo zypper refresh $ sudo zypper install python36-fs

2. Uninstall "python36-fs" package

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

$ sudo zypper remove python36-fs

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

Information for package python36-fs:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-fs
Version : 2.4.13-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 1,3 MiB
Installed : No
Status : not installed
Source package : python-fs-2.4.13-1.3.src
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.).