How to Install and Uninstall python3-llfuse Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "python3-llfuse" package

Please follow the steps below to install python3-llfuse on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-llfuse

2. Uninstall "python3-llfuse" package

Here is a brief guide to show you how to uninstall python3-llfuse on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-llfuse $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-llfuse package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-llfuse
Priority: optional
Section: universe/python
Installed-Size: 402
Maintainer: Ubuntu Developers
Original-Maintainer: Nikolaus Rath
Architecture: amd64
Source: python-llfuse
Version: 0.41.1+dfsg-4build1
Provides: python3.5-llfuse
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.4), libfuse2 (>= 2.8.0)
Suggests: python-llfuse-doc
Filename: pool/universe/p/python-llfuse/python3-llfuse_0.41.1+dfsg-4build1_amd64.deb
Size: 111622
MD5sum: a01976a0c7b6daae288c654fd21cfcbb
SHA1: addc483acdd6e6eb62f8ca30f50fa0ca91fb9680
SHA256: fb5075d50f1111ca7573eda8166c2744d989a68b680e142d0b9304886d1b61a2
Description-en: Python 3 bindings for the low-level FUSE API
Python-llfuse is a set of Python bindings for the low level FUSE API.
This package provides the extension for the Python 3 interpreter. The
documentation is contained in the python-llfuse-doc package.
.
FUSE (Filesystem in USErspace) is a simple interface for userspace
programs to export a virtual filesystem to the Linux kernel. FUSE
also aims to provide a secure method for non privileged users to
create and mount their own filesystem implementations.
Description-md5: 02d722fcffd764bdf03e4e6fde3150e4
Homepage: https://bitbucket.org/nikratio/python-llfuse/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu