How to Install and Uninstall mergerfs Package on Kali Linux

Last updated: April 20,2024

1. Install "mergerfs" package

Please follow the guidelines below to install mergerfs on Kali Linux

$ sudo apt update $ sudo apt install mergerfs

2. Uninstall "mergerfs" package

Please follow the guidelines below to uninstall mergerfs on Kali Linux:

$ sudo apt remove mergerfs $ sudo apt autoclean && sudo apt autoremove

3. Information about the mergerfs package on Kali Linux

Package: mergerfs
Version: 2.33.5-1
Installed-Size: 630
Maintainer: Ritesh Raj Sarraf
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11), libfuse2, fuse
Size: 257600
SHA256: b72ead29160bd26bbc4f5488eb0ee2b4e51c5ca22510165fabecb032ce8b59dd
SHA1: d8c3ef015d52f55a6197c8f0caacdfdc3584d52a
MD5sum: 4cb91f300eb49c7b3236119d6d77e786
Description: another FUSE union filesystem
mergerfs is a union filesystem geared towards simplifying storage and
management of files across numerous commodity storage devices. It is
similar to mhddfs, unionfs, and aufs.
.
Some salient features include
* Runs in userspace (FUSE)
* Configurable behaviors
* Support for extended attributes (xattrs)
* Support for file attributes (chattr)
* Runtime configurable (via xattrs)
* Safe to run as root
* Opportunistic credential caching
* Works with heterogeneous filesystem types
* Handling of writes to full drives
* Handles pool of readonly and read/write drives
Description-md5:
Homepage: https://github.com/trapexit/mergerfs
Section: utils
Priority: optional
Filename: pool/main/m/mergerfs/mergerfs_2.33.5-1_amd64.deb