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

Last updated: May 19,2024

1. Install "python-llfuse-dbg" package

Please follow the guidance below to install python-llfuse-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-llfuse-dbg

2. Uninstall "python-llfuse-dbg" package

This is a short guide on how to uninstall python-llfuse-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-llfuse-dbg
Priority: extra
Section: universe/debug
Installed-Size: 2617
Maintainer: Ubuntu Developers
Original-Maintainer: Nikolaus Rath
Architecture: amd64
Source: python-llfuse
Version: 0.41.1+dfsg-4build1
Replaces: python-llfuse (<< 0.40+dfsg-1)
Depends: python-llfuse (= 0.41.1+dfsg-4build1), libc6 (>= 2.4), libfuse2 (>= 2.8.0)
Recommends: python-dbg
Breaks: python-llfuse (<< 0.40+dfsg-1)
Filename: pool/universe/p/python-llfuse/python-llfuse-dbg_0.41.1+dfsg-4build1_amd64.deb
Size: 835526
MD5sum: 3e139cbd6bfb5b875ca55a27109fa5bf
SHA1: 710619f859413cfbe878d5abfaf56d06c4b21f7c
SHA256: d932900630064a3dbc5e94737ff8c9a6e52ac81eacb4ef8c8a67f407eaf26086
Description-en: Python bindings for the low-level FUSE API (debugging symbols)
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.
.
This package contains the debugging symbols as well as the extension
built for the Python 2 debug interpreter.
Description-md5: d246241e65bf52ff2ba6f2b9c5cdec78
Homepage: https://bitbucket.org/nikratio/python-llfuse/
Build-Ids: 038d64e6f27245237b2a2cba0d1505a5e31d4c08
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu