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

Last updated: May 19,2024

1. Install "python3-fusepy" package

Please follow the instructions below to install python3-fusepy on Kali Linux

$ sudo apt update $ sudo apt install python3-fusepy

2. Uninstall "python3-fusepy" package

Learn how to uninstall python3-fusepy on Kali Linux:

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

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

Package: python3-fusepy
Source: python-fusepy
Version: 3.0.1-4
Installed-Size: 61
Maintainer: Sascha Steinbiss
Architecture: all
Depends: python3:any, libfuse2
Size: 11360
SHA256: 55400f9ae7a98fad88757eccd06d5b51cc5bffd4a01b2c98463d11044b56f4b1
SHA1: dc22309a7f66d14347b15a081733dfa60a43293c
MD5sum: 606fe1f7a3a6501075547a7bde59f862
Description: simple Python interface to FUSE (Python 3)
fusepy is a Python module that provides a simple interface to FUSE and
MacFUSE. It's just one file and is implemented using ctypes.
Due to a name clash with the existing API-incompatible python-fuse package,
the importable module name for fusepy in Debian is 'fusepy' instead of
upstream's 'fuse'.
.
This package installs the Python 3 version.
Description-md5:
Homepage: https://github.com/fusepy/fusepy
Section: python
Priority: optional
Filename: pool/main/p/python-fusepy/python3-fusepy_3.0.1-4_all.deb