How to Install and Uninstall python3-fuse Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-fuse" package

This guide let you learn how to install python3-fuse on Kali Linux

$ sudo apt update $ sudo apt install python3-fuse

2. Uninstall "python3-fuse" package

Learn how to uninstall python3-fuse on Kali Linux:

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

3. Information about the python3-fuse package on Kali Linux

Package: python3-fuse
Source: python-fuse
Version: 2:1.0.7-1
Installed-Size: 175
Maintainer: Sebastien Delafond
Architecture: amd64
Replaces: python2.3-fuse (<< 2.5-3), python2.4-fuse (<< 2.5-3)
Depends: libc6 (>= 2.14), libfuse2 (>= 2.8), python3 (<< 3.13), python3 (>= 3.11~), python3:any, fuse
Breaks: gmailfs (<= 0.7.3-4), python2.3-fuse (<< 2.5-3), python2.4-fuse (<< 2.5-3), wikipediafs (<= 0.3)
Size: 39776
SHA256: 35d102c2fe94914ecbd19d8b091bddd825d92c212cae955e86eb2856d3bb9a59
SHA1: ff7a6ebd147de6c111680bed05742f8b8a1fb8b2
MD5sum: 96f7e6d4052b4d4d67f193251c27d00b
Description: Python bindings for FUSE (Filesystems in USErspace) (Python 3 package)
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.
.
This is the Python 3 package
Description-md5:
Homepage: https://github.com/libfuse/python-fuse
Section: python
Priority: optional
Filename: pool/main/p/python-fuse/python3-fuse_1.0.7-1_amd64.deb