Packages and Binaries:
fuse
This is a transitional package. It can safely be removed.
Installed size: 24 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: 104 KB
How to install: sudo apt install fuse3
Dependencies:
- adduser
- libc6
- libfuse3-3
- 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-3
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: 307 KB
How to install: sudo apt install libfuse3-3
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: 714 KB
How to install: sudo apt install libfuse3-dev
Dependencies:
- libfuse3-3
- libselinux-dev
Updated on: 2024-Nov-17