How to Install and Uninstall bindfs Package on Kali Linux

Last updated: April 28,2024

1. Install "bindfs" package

This guide let you learn how to install bindfs on Kali Linux

$ sudo apt update $ sudo apt install bindfs

2. Uninstall "bindfs" package

In this section, we are going to explain the necessary steps to uninstall bindfs on Kali Linux:

$ sudo apt remove bindfs $ sudo apt autoclean && sudo apt autoremove

3. Information about the bindfs package on Kali Linux

Package: bindfs
Version: 1.14.7-1.1
Installed-Size: 84
Maintainer: Eugene V. Lyubimkin
Architecture: amd64
Depends: libc6 (>= 2.34), libfuse2 (>= 2.8), fuse
Size: 33744
SHA256: 25fc1ce56cbe5a12bbc8a76a67248d9a6b0f8bcc60446430bc198a9f0fdcfc0a
SHA1: 97f134cffa1e7104083670fc841bf16ce15bd9ef
MD5sum: fc7609bc44212c301ac6c15b79a60e0a
Description: mirrors or overlays a local directory with altered permissions
bindfs is a FUSE filesystem for mirroring a directory to another
directory, similarly to mount --bind. The permissions of the mirrored
directory can be altered in various ways.
.
Some things bindfs can be used for:
- Making a directory read-only.
- Making all executables non-executable.
- Sharing a directory with a list of users (or groups).
- Modifying permission bits using rules with chmod-like syntax.
- Changing the permissions with which files are created.
.
Non-root users can use almost all features, but most interesting
use-cases need user_allow_other to be defined in /etc/fuse.conf.
Description-md5:
Homepage: https://bindfs.org
Tag: admin::filesystem, implemented-in::c, role::plugin, role::program,
scope::utility, works-with::file
Section: utils
Priority: optional
Filename: pool/main/b/bindfs/bindfs_1.14.7-1.1_amd64.deb