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

Last updated: September 28,2024

1. Install "python-llfuse" package

This guide covers the steps necessary to install python-llfuse on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-llfuse

2. Uninstall "python-llfuse" package

Please follow the guidelines below to uninstall python-llfuse on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-llfuse
Priority: optional
Section: universe/python
Installed-Size: 402
Maintainer: Ubuntu Developers
Original-Maintainer: Nikolaus Rath
Architecture: amd64
Version: 0.41.1+dfsg-4build1
Replaces: s3ql (<= 0.28)
Provides: python2.7-llfuse
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.4), libfuse2 (>= 2.8.0)
Suggests: python-llfuse-doc
Breaks: s3ql (<< 1.2)
Filename: pool/universe/p/python-llfuse/python-llfuse_0.41.1+dfsg-4build1_amd64.deb
Size: 110446
MD5sum: fc5ee0e18cd287cb7ea1ca6d20f1f582
SHA1: f8fdef72400a3b5400b3c6234cd87124e13e0d3a
SHA256: c8d6a6f026b08e94b2648ad7a5f40124a1a6c1fd5b2be3c05fbfd0ce185e7327
Description-en: Python bindings for the low-level FUSE API
Python-llfuse is a set of Python bindings for the low level
FUSE API. Bindings for the high level API are provided
by the python-fuse 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: ad8f4536fb4f17872d38c8f9f09224f4
Homepage: https://bitbucket.org/nikratio/python-llfuse/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu