How to Install and Uninstall golang-github-apparentlymart-go-dump-dev Package on Kali Linux

Last updated: September 20,2024

1. Install "golang-github-apparentlymart-go-dump-dev" package

This guide let you learn how to install golang-github-apparentlymart-go-dump-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-apparentlymart-go-dump-dev

2. Uninstall "golang-github-apparentlymart-go-dump-dev" package

Please follow the guidance below to uninstall golang-github-apparentlymart-go-dump-dev on Kali Linux:

$ sudo apt remove golang-github-apparentlymart-go-dump-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-apparentlymart-go-dump-dev package on Kali Linux

Package: golang-github-apparentlymart-go-dump-dev
Source: golang-github-apparentlymart-go-dump
Version: 0.0~git20190214.042adf3-3
Installed-Size: 18
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 3336
SHA256: 672408dcd9d0413d705285a246142eb910ee7b47afc8382635e7065397a9cab9
SHA1: 8ddc5e8d81d0c4f5a5da0c7dbb0a28f8aeb365ab
MD5sum: c75a88947f064f0212d38f949949192e
Description: utility for formatting Go values in a pretty-printed way
This package attempts to find a nice compromise between the
built-in formatter and more advanced formatters like go-spew
(https://github.com/davecgh/go-spew). Go types often implement the
fmt.GoStringer interface to produce a more concise representation of
values in Go syntax, but conventionally this result is a single-line
string and thus hard to read for larger data structures. go-spew instead
produces a formatted dump of a value by using the reflect package to
analyze its contents, but this often exposes the internals of data
structures that make the result hard to read.
Description-md5:
Homepage: https://github.com/apparentlymart/go-dump
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-apparentlymart-go-dump/golang-github-apparentlymart-go-dump-dev_0.0~git20190214.042adf3-3_all.deb