How to Install and Uninstall golang-github-tidwall-pretty-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

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

This tutorial shows how to install golang-github-tidwall-pretty-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

This tutorial shows how to uninstall golang-github-tidwall-pretty-dev on Ubuntu 20.10 (Groovy Gorilla):

$ 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 Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-tidwall-pretty-dev
Architecture: all
Version: 1.0.1-1
Priority: optional
Section: universe/devel
Source: golang-github-tidwall-pretty
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 38
Depends: golang-github-stretchr-testify-dev
Filename: pool/universe/g/golang-github-tidwall-pretty/golang-github-tidwall-pretty-dev_1.0.1-1_all.deb
Size: 9016
MD5sum: 18792c93fb987e86665215fd147431e1
SHA1: 7631466b2e398c2a73114f447d5010dfb4969aeb
SHA256: a20ec11862af2c669ef780d3002b0d7e9f9670868b59ea48f8a66313a62a92b8
SHA512: 0d84b8b38405f51352e52a8bd0a56668d454b09a53121e8f2f283465f859e146b18abd6ee5cd2612e42b9daef9414efc6320b0ea4b1d5a45d428660f31457c74
Homepage: https://github.com/tidwall/pretty
Description-en: 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: cedbc2b0f0a1cf51c515ac91f90f96c4