How to Install and Uninstall golang-github-tidwall-pretty-dev Package on Kali Linux

Last updated: May 20,2024

1. Install "golang-github-tidwall-pretty-dev" package

This is a short guide on how to install golang-github-tidwall-pretty-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-tidwall-pretty-dev

2. Uninstall "golang-github-tidwall-pretty-dev" package

Please follow the steps below to uninstall golang-github-tidwall-pretty-dev on Kali Linux:

$ sudo apt remove golang-github-tidwall-pretty-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-tidwall-pretty-dev package on Kali Linux

Package: golang-github-tidwall-pretty-dev
Source: golang-github-tidwall-pretty
Version: 1.0.5-1
Installed-Size: 40
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 9552
SHA256: a7b9cff7b034b23d81d29f2cb536771d57f2b844b9c438cdaaddc09a32cf1445
SHA1: f07a98c3c20294bbb18d35bb038322b0aadddd82
MD5sum: 85be347c335daf1f7871e7b304d5bc79
Description: Efficient JSON beautifier and compactor for Go
Pretty is a Go package that provides fast methods for formatting JSON for
human readability, or to compact JSON for smaller payloads.
.
* pretty.Pretty will reformat the JSON for readability.
* pretty.Color will add color to the result for printing to the terminal.
The second param is used for a customizing the style, and passing nil will
use the default pretty.TerminalStyle.
* pretty.Ugly will reformat the JSON to make it more compact.
.
There's a PrettyOptions(json, opts) function which allows for customizing the
output.
Description-md5:
Homepage: https://github.com/tidwall/pretty
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-tidwall-pretty/golang-github-tidwall-pretty-dev_1.0.5-1_all.deb