How to Install and Uninstall golang-github-spf13-afero-dev Package on Kali Linux

Last updated: May 02,2024

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

Learn how to install golang-github-spf13-afero-dev on Kali Linux

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

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

In this section, we are going to explain the necessary steps to uninstall golang-github-spf13-afero-dev on Kali Linux:

$ 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 Kali Linux

Package: golang-github-spf13-afero-dev
Source: golang-github-spf13-afero
Version: 1.11.0-1
Installed-Size: 341
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-pkg-sftp-dev (>= 1.13.6), golang-golang-x-crypto-dev (>= 1:0.16.0), golang-golang-x-text-dev (>= 0.14.0)
Size: 58308
SHA256: 9e5068409339b78f6fdfd1b1d598f97ddea1f1e780932d706221f5e0f3b6f335
SHA1: c1fed6f1d2068898d8d3bf8b9b77e05deb01fd4d
MD5sum: 3fd0a4bcef45029236149432e2671054
Description: FileSystem Abstraction System for Go
Afero is a filesystem framework providing a simple, uniform and universal
API interacting with any filesystem, as an abstraction layer providing
interfaces, types and methods. Afero has an exceptionally clean interface
and simple design without needless constructors or initialization methods.
.
Afero is also a library providing a base set of interoperable backend
filesystems that make it easy to work with afero while retaining all the
power and benefit of the os and ioutil packages.
.
Afero provides significant improvements over using the os package alone,
most notably the ability to create mock and testing filesystems without
relying on the disk.
.
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 filesystem during testing. It also adds
support for the http filesystem for full interoperability.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/spf13/afero
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-spf13-afero/golang-github-spf13-afero-dev_1.11.0-1_all.deb