How to Install and Uninstall golang-github-pelletier-go-toml.v2-dev Package on Kali Linux

Last updated: May 14,2024

1. Install "golang-github-pelletier-go-toml.v2-dev" package

Please follow the guidelines below to install golang-github-pelletier-go-toml.v2-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-pelletier-go-toml.v2-dev

2. Uninstall "golang-github-pelletier-go-toml.v2-dev" package

Please follow the guidance below to uninstall golang-github-pelletier-go-toml.v2-dev on Kali Linux:

$ sudo apt remove golang-github-pelletier-go-toml.v2-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-pelletier-go-toml.v2-dev package on Kali Linux

Package: golang-github-pelletier-go-toml.v2-dev
Source: golang-github-pelletier-go-toml.v2
Version: 2.1.1-1
Installed-Size: 1367
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 874664
SHA256: e059de316d59396abf65a00193b1593b84375f8cc20f6524a1f683edd44f2e9f
SHA1: 6add2ef21c937f9cbc2d85503343cb863f5a8872
MD5sum: 53a747f5923eecdf12ff40de12d86f2d
Description: Go library for the TOML format (go-toml v2)
go-toml v2 is a Go library for the TOML format.
It supports TOML (Tom's Obvious, Minimal Language) version v1.0.0.
.
Features:
.
Stdlib behavior
As much as possible, this library is designed to behave similarly
as the standard library's encoding/json.
.
Performance
While go-toml favors usability, it is written with performance in mind.
Most operations should not be shockingly slow.
.
Strict mode
Decoder can be set to "strict mode", which makes it error when some parts
of the TOML document was not prevent in the target structure.
This is a great way to check for typos.
.
Contextualized errors
When decoding errors occur, go-toml returns DecodeError), which contains
a human readable contextualized version of the error.
.
Local date and time support
TOML supports native local date/times. It allows to represent a given
date, time, or date-time without relation to a timezone or offset.
To support this use-case, go-toml provides LocalDate, LocalTime, and
LocalDateTime. Those types can be transformed to and from time.Time,
making them convenient yet unambiguous structures for their respective
TOML representation.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/pelletier/go-toml
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-pelletier-go-toml.v2/golang-github-pelletier-go-toml.v2-dev_2.1.1-1_all.deb