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

Last updated: July 01,2024

1. Install "python310-fusepy" package

This is a short guide on how to install python310-fusepy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-fusepy

2. Uninstall "python310-fusepy" package

This is a short guide on how to uninstall python310-fusepy on openSuSE Tumbleweed:

$ sudo zypper remove python310-fusepy

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

Information for package python310-fusepy:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-fusepy
Version : 3.0.1-2.22
Arch : noarch
Vendor : openSUSE
Installed Size : 103.3 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.