How to Install and Uninstall golang-github-hanwen-go-fuse-dev Package on Kali Linux

Last updated: May 15,2024

1. Install "golang-github-hanwen-go-fuse-dev" package

This tutorial shows how to install golang-github-hanwen-go-fuse-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-hanwen-go-fuse-dev

2. Uninstall "golang-github-hanwen-go-fuse-dev" package

This guide covers the steps necessary to uninstall golang-github-hanwen-go-fuse-dev on Kali Linux:

$ sudo apt remove golang-github-hanwen-go-fuse-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-hanwen-go-fuse-dev package on Kali Linux

Package: golang-github-hanwen-go-fuse-dev
Source: golang-github-hanwen-go-fuse
Version: 2.4.2-2
Installed-Size: 551
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-golang-x-sys-dev
Size: 104228
SHA256: c743e2079b46b68e935ca28103b0f4796b19763bcadbf5643cd3c48aa577aa31
SHA1: 7cbe652e463aaef761dad36f27988bb6ed04a0cf
MD5sum: 0428dd8424cbeba4f3ecd9a552f96ad4
Description: Native Go bindings for the FUSE kernel module
This package offers native Go bindings for FUSE, and has several features:
.
* High speed: as fast as libfuse using the gc compiler for single
threaded loads.
.
* Supports in-process mounting of different FileSystems onto
subdirectories of the FUSE mount.
.
* Supports 3 interfaces for writing filesystems:
- PathFileSystem: define filesystems in terms path names.
- NodeFileSystem: define filesystems in terms of inodes.
- RawFileSystem: define filesystems in terms of FUSE's raw
wire protocol.
.
* Both NodeFileSystem and PathFileSystem support manipulation of true
hardlinks.
.
The package also includes two fleshed out examples, zipfs and unionfs.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/hanwen/go-fuse
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-hanwen-go-fuse/golang-github-hanwen-go-fuse-dev_2.4.2-2_all.deb