Packages and Binaries:

fuse

This is a transitional package. It can safely be removed.

Installed size: 25 KB
How to install: sudo apt install fuse

Dependencies:
  • fuse3

fuse3

Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.

Installed size: 109 KB
How to install: sudo apt install fuse3

Dependencies:
  • adduser
  • libc6
  • libfuse3-4
  • mount
  • sed
fusermount

Mount and unmount FUSE filesystems

root@kali:~# fusermount -h
fusermount: [options] mountpoint
Options:
 -h		    print help
 -V		    print version
 -o opt[,opt...]    mount options
 -u		    unmount
 -q		    quiet
 -z		    lazy unmount

fusermount3

Mount and unmount FUSE filesystems

root@kali:~# fusermount3 -h
fusermount3: [options] mountpoint
Options:
 -h		    print help
 -V		    print version
 -o opt[,opt...]    mount options
 -u		    unmount
 -q		    quiet
 -z		    lazy unmount

mount.fuse

Configuration and mount options for FUSE file systems

root@kali:~# mount.fuse -h
usage: mount.fuse type#[source] destination [-t type] [-o opt[,opts...]]

mount.fuse3

Configuration and mount options for FUSE file systems

root@kali:~# mount.fuse3 -h
usage: mount.fuse3 type#[source] destination [-t type] [-o opt[,opts...]]

libfuse3-4

Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.

This package contains the shared library.

Installed size: 325 KB
How to install: sudo apt install libfuse3-4

Dependencies:
  • libc6

libfuse3-dev

Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.

This package contains the development files.

Installed size: 759 KB
How to install: sudo apt install libfuse3-dev

Dependencies:
  • libfuse3-4
  • libselinux-dev

Updated on: 2025-May-20