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

Last updated: May 16,2024

1. Install "python39-fusepy" package

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

$ sudo zypper refresh $ sudo zypper install python39-fusepy

2. Uninstall "python39-fusepy" package

Learn how to uninstall python39-fusepy on openSuSE Tumbleweed:

$ sudo zypper remove python39-fusepy

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

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