How to Install and Uninstall golang-github-spf13-afero-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 04,2024

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

This tutorial shows how to install golang-github-spf13-afero-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

Please follow the guidance below to uninstall golang-github-spf13-afero-dev on Ubuntu 20.10 (Groovy Gorilla):

$ 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 20.10 (Groovy Gorilla)

Package: golang-github-spf13-afero-dev
Architecture: all
Version: 1.2.2+really1.2.2-1
Priority: extra
Section: universe/devel
Source: golang-github-spf13-afero
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 188
Depends: golang-github-pkg-sftp-dev, golang-golang-x-text-dev (>= 0.3.0~)
Filename: pool/universe/g/golang-github-spf13-afero/golang-github-spf13-afero-dev_1.2.2+really1.2.2-1_all.deb
Size: 33064
MD5sum: 4d6d8e238d8a78f66ba4c9e573b78e58
SHA1: 8dc6a4dd0547665c5e1de6b943efb3c788528f8e
SHA256: 320667e2dd89f2568eb85ea95a2d84fe12bdb4aaa2269f397a1e6c473e9adf09
SHA512: 4abc0f83b2ce29040d64485adda26c96bace686cf0456fc2a60b497116e883ff1a03bf06f34c795604362d9c635fe919f202c2f55131fec80393e4ec34200fe2
Homepage: https://github.com/spf13/afero
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