How to Install and Uninstall python3-llfuse Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-llfuse" package

Here is a brief guide to show you how to install python3-llfuse on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-llfuse

2. Uninstall "python3-llfuse" package

Please follow the guidelines below to uninstall python3-llfuse on openSUSE Leap:

$ sudo zypper remove python3-llfuse

3. Information about the python3-llfuse package on openSUSE Leap

Information for package python3-llfuse:
---------------------------------------
Repository : Main Repository
Name : python3-llfuse
Version : 1.3.6-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 697.7 KiB
Installed : No
Status : not installed
Source package : python-llfuse-1.3.6-bp155.2.12.src
Upstream URL : https://github.com/python-llfuse/python-llfuse
Summary : Python Bindings for the low-level FUSE API
Description :
LLFUSE is a set of Python bindings for the low level FUSE API. It requires at
least FUSE 2.8.0 and supports both Python 2.x and 3.x.
LLFUSE was originally part of S3QL, but has been factored out so that it can be
used by other projects as well.