How to Install and Uninstall golang-github-hanwen-go-fuse-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

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

This guide let you learn how to install golang-github-hanwen-go-fuse-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

In this section, we are going to explain the necessary steps to uninstall golang-github-hanwen-go-fuse-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ 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 Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-hanwen-go-fuse-dev
Priority: extra
Section: universe/devel
Installed-Size: 555
Maintainer: Ubuntu Developers
Original-Maintainer: Julian Gilbey
Architecture: all
Source: golang-github-hanwen-go-fuse
Version: 0.0~git20150627.0.324ea17-1
Depends: golang-go
Filename: pool/universe/g/golang-github-hanwen-go-fuse/golang-github-hanwen-go-fuse-dev_0.0~git20150627.0.324ea17-1_all.deb
Size: 93810
MD5sum: 7c8312b588d4f07219fed273264dcc95
SHA1: a09bd17d87a28f641210bb7b3be3ffd94fac93d5
SHA256: 0baaab729ca44afbc7c6d57646338a67011bbc9b6215e9e1d6801cef3ea0adce
Description-en: 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: 83c6e2a2d4ae6b6fc26ac4475c08b42b
Built-Using: golang (= 2:1.5.1-0ubuntu2)
Homepage: https://github.com/hanwen/go-fuse
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu