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

Last updated: July 06,2024

1. Install "python2-fs" package

This guide covers the steps necessary to install python2-fs on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-fs

2. Uninstall "python2-fs" package

Please follow the guidance below to uninstall python2-fs on openSUSE Leap:

$ sudo zypper remove python2-fs

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

Information for package python2-fs:
-----------------------------------
Repository : Main Repository
Name : python2-fs
Version : 2.4.11-bp153.1.21
Arch : noarch
Vendor : openSUSE
Installed Size : 1,0 MiB
Installed : No
Status : not installed
Source package : python-fs-2.4.11-bp153.1.21.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.).