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

Last updated: May 18,2024

1. Install "python-fuse" package

In this section, we are going to explain the necessary steps to install python-fuse on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-fuse

2. Uninstall "python-fuse" package

Learn how to uninstall python-fuse on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-fuse
Priority: extra
Section: universe/python
Installed-Size: 140
Maintainer: Ubuntu Developers
Original-Maintainer: Sebastien Delafond
Architecture: amd64
Version: 2:0.2.1-11
Replaces: python2.3-fuse (<< 2.5-3), python2.4-fuse (<< 2.5-3)
Depends: libc6 (>= 2.14), libfuse2 (>= 2.8.1), fuse
Breaks: gmailfs (<= 0.7.3-4), python2.3-fuse (<< 2.5-3), python2.4-fuse (<< 2.5-3), wikipediafs (<= 0.3)
Filename: pool/universe/p/python-fuse/python-fuse_0.2.1-11_amd64.deb
Size: 31606
MD5sum: 52d6efaa21d1d49ebd0fd42545803f49
SHA1: b80a0e0557f1c1608b058fd78298fcc30133d523
SHA256: 2ffe0b24554afaeeb5194f10bda0db53a1c940ffc3b031812c58be0456324a38
Description-en: Python bindings for FUSE (Filesystems in USErland)
This is a Python interface to FUSE.
.
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: a819e099586cfcec8e9e6dd8dd6d4a5c
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu