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

Last updated: May 02,2024

1. Install "golang-github-jacobsa-fuse-dev" package

Please follow the step by step instructions below to install golang-github-jacobsa-fuse-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-jacobsa-fuse-dev

2. Uninstall "golang-github-jacobsa-fuse-dev" package

This tutorial shows how to uninstall golang-github-jacobsa-fuse-dev on Kali Linux:

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

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

Package: golang-github-jacobsa-fuse-dev
Source: golang-github-jacobsa-fuse
Version: 0.0~git20150806.0.9a7512a-4
Installed-Size: 401
Maintainer: pkg-go
Architecture: all
Depends: golang-github-jacobsa-bazilfuse-dev, golang-github-jacobsa-oglematchers-dev, golang-github-jacobsa-ogletest-dev, golang-github-jacobsa-reqtrace-dev, golang-github-jacobsa-syncutil-dev, golang-github-jacobsa-timeutil-dev, golang-golang-x-net-dev, golang-golang-x-sys-dev
Size: 63276
SHA256: ed9d27d419bae652d9b3f6b0b2b2b15d1119e8682363d3ca411f39ddfd81e1e2
SHA1: 6c43902597ed1f75878b6aecc926a5030acf258e
MD5sum: 98e526e2ef6ca89247a3ee4f8c23084d
Description: writing and mounting user-space file systems from Go
This package allows for writing and mounting user-space file systems from Go.
It is a wrapper around bazil.org/fuse, which does the heavy lifting. It does
not make use of the bazil.org/fuse/fs sub-package, which allows for something
like an object-orientend representation of files and directories, and contains
a decent amount of canned behavior.
.
The chief improvements and/or differences from the bazil.org packages are:
.
* No surprises in the form of magic/default behaviors. You must provide an
implementation for every method in the interface. Embed a
fuseutil.NotImplementedFileSystem struct to have default implementations
that return ENOSYS.
.
* Every method, struct, and field is thoroughly documented. This may help you
get your bearings in the world of FUSE, the Linux VFS, traditional file
system implementations, etc., all of which tend to be very poorly
documented.
.
* Support for arbitrary offsets in directory entries returned by ReadDir.
(The bazil.org package assumes that offsets must be counts of bytes.)
.
The very large disadvantage over using the bazil.org packages is that many
features have not yet been exposed.
Description-md5:
Homepage: https://github.com/jacobsa/fuse
Section: devel
Priority: optional
Filename: pool/main/g/golang-github-jacobsa-fuse/golang-github-jacobsa-fuse-dev_0.0~git20150806.0.9a7512a-4_all.deb