How to Install and Uninstall python312-pyfuse3 Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "python312-pyfuse3" package

Here is a brief guide to show you how to install python312-pyfuse3 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pyfuse3

2. Uninstall "python312-pyfuse3" package

Please follow the guidance below to uninstall python312-pyfuse3 on openSuSE Tumbleweed:

$ sudo zypper remove python312-pyfuse3

3. Information about the python312-pyfuse3 package on openSuSE Tumbleweed

Information for package python312-pyfuse3:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pyfuse3
Version : 3.3.0-1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 704.6 KiB
Installed : No
Status : not installed
Source package : python-pyfuse3-3.3.0-1.5.src
Upstream URL : https://github.com/libfuse/pyfuse3
Summary : Python Bindings for the low-level FUSE3 API
Description :
pyfuse3 is a set of Python 3 bindings for libfuse 3. It provides an asynchronous API compatible with Trio and asyncio, and enables you to easily write a full-featured Linux filesystem in Python.