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

Last updated: May 02,2024

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

Please follow the guidance below to install golang-github-jacobsa-fuse-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Learn how to uninstall golang-github-jacobsa-fuse-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

Package: golang-github-jacobsa-fuse-dev
Priority: extra
Section: universe/devel
Installed-Size: 401
Maintainer: Ubuntu Developers
Original-Maintainer: pkg-go
Architecture: all
Source: golang-github-jacobsa-fuse
Version: 0.0~git20150806.0.9a7512a-1
Depends: golang-go, golang-golang-x-net-dev | golang-go.net-dev (>= 0.0+git20150226.3d87fd6), golang-golang-x-sys-dev, 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
Filename: pool/universe/g/golang-github-jacobsa-fuse/golang-github-jacobsa-fuse-dev_0.0~git20150806.0.9a7512a-1_all.deb
Size: 63160
MD5sum: 07b3a0b333612342ed1240b4af028343
SHA1: afb586f282fdb4c85f0d5db8528330d852694549
SHA256: 86fc34690e3ebddf1b001a41728a2c040842c508a778235b38f615b069ed84fe
Description-en: 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: 40ac9a9ae90475962f92ff57a966b520
Built-Using: golang (= 2:1.5-0ubuntu1), golang-github-jacobsa-bazilfuse (= 0.0~git20150622-1), golang-github-jacobsa-oglematchers (= 0.0~git20150320-1), golang-github-jacobsa-ogletest (= 0.0~git20150610-2), golang-github-jacobsa-reqtrace (= 0.0~git20150505-2), golang-github-jacobsa-syncutil (= 0.0~git20150615-1), golang-github-jacobsa-timeutil (= 0.0~git20150615-1), golang-golang-x-net-dev (= 0.0+git20150226.3d87fd6-3), golang-golang-x-sys (= 0.0~git20150612-1)
Homepage: https://github.com/jacobsa/fuse
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu