How to Install and Uninstall python311-fusepy Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python311-fusepy" package

Please follow the steps below to install python311-fusepy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-fusepy

2. Uninstall "python311-fusepy" package

This guide let you learn how to uninstall python311-fusepy on openSuSE Tumbleweed:

$ sudo zypper remove python311-fusepy

3. Information about the python311-fusepy package on openSuSE Tumbleweed

Information for package python311-fusepy:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-fusepy
Version : 3.0.1-2.22
Arch : noarch
Vendor : openSUSE
Installed Size : 153.4 KiB
Installed : No
Status : not installed
Source package : python-fusepy-3.0.1-2.22.src
Upstream URL : https://github.com/fusepy/fusepy
Summary : A python module that provides a simple interface to FUSE
Description :
fusepy is a Python module that provides a simple interface to FUSE. It makes
the implementation of userspace file systems based on FUSE and python
possible.