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

Last updated: May 17,2024

1. Install "golang-github-spf13-afero-dev" package

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

$ sudo apt update $ sudo apt install golang-github-spf13-afero-dev

2. Uninstall "golang-github-spf13-afero-dev" package

Please follow the instructions below to uninstall golang-github-spf13-afero-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-spf13-afero-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-spf13-afero-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-spf13-afero-dev
Priority: extra
Section: universe/devel
Installed-Size: 152
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-spf13-afero
Version: 0.0~git20160201.0.4c1d2aa-1
Depends: golang-github-pkg-sftp-dev, golang-x-text-dev | golang-golang-x-text-dev
Filename: pool/universe/g/golang-github-spf13-afero/golang-github-spf13-afero-dev_0.0~git20160201.0.4c1d2aa-1_all.deb
Size: 26914
MD5sum: 357d103993c3ea983ee78c7f77ccebaf
SHA1: 87e43d00b14049736da49e69c9501093458f5a0b
SHA256: 57b69a9fd4ea5d756913b83397dec1ba5dc38a5387a15f34979705c9fc5d1c0e
Description-en: FileSystem Abstraction System for Go
Package Afero provides types and methods for interacting with the filesystem
as an abstraction layer for the Go Programming Language.
.
It provides a few implementations that are largely interoperable. One that
uses the operating system filesystem, one that uses memory to store files
(cross platform) and an interface that should be implemented if you want
to provide your own filesystem.
.
It is suitable for use in any situation where you would consider using
the OS package as it provides an additional abstraction that makes it
easy to use a memory-backed file system during testing. It also adds
support for the http filesystem for full interoperability.
.
Afero has an exceptionally clean interface and simple design without
needless constructors or initialization methods.
Description-md5: c01acec39daae1097ddbf9a760172fb5
Homepage: https://github.com/spf13/afero
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu