How to Install and Uninstall golang-github-bep-tmc-dev Package on Kali Linux

Last updated: May 09,2024

1. Install "golang-github-bep-tmc-dev" package

In this section, we are going to explain the necessary steps to install golang-github-bep-tmc-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-bep-tmc-dev

2. Uninstall "golang-github-bep-tmc-dev" package

Learn how to uninstall golang-github-bep-tmc-dev on Kali Linux:

$ sudo apt remove golang-github-bep-tmc-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-bep-tmc-dev package on Kali Linux

Package: golang-github-bep-tmc-dev
Source: golang-github-bep-tmc
Version: 0.5.1-3
Installed-Size: 36
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-frankban-quicktest-dev, golang-github-google-go-cmp-dev, golang-yaml.v2-dev
Size: 8260
SHA256: 583bd9d8f862b60b2d672ce8d3dad5f65031bd6bc53391ded6f3be5201d1f398
SHA1: 128071c96f4ca56eaab8ab9516e6795e572cf0aa
MD5sum: 4b4c09b36d7fa5c2be715b60d46dd22d
Description: provides round-trip serialization of typed Go maps
Codec for a Typed Map
.
bep/tmc provides basic roundtrip JSON etc. encoding/decoding of a
map[string]interface{} with custom type adapters.
.
Text based serialization formats like JSON and YAML are convenient, but
when used with Go maps, most type information gets lost in translation.
For structs, one can work around some of the limitations with custom
MarshalJSON, UnmarshalJSON, MarshalText and UnmarshalText.
For the commonly used flexible and schema-less "map[string]interface {}",
this is, as the author is aware of, not an option.
This library provides a solution to this problem.
.
See the GoDoc at https://godoc.org/github.com/bep/tmc for some
basic examples and how to configure custom codec, adapters, etc.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/bep/tmc
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-bep-tmc/golang-github-bep-tmc-dev_0.5.1-3_all.deb