How to Install and Uninstall golang-github-tidwall-pretty-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 14,2024

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

This guide covers the steps necessary to install golang-github-tidwall-pretty-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

This is a short guide on how to uninstall golang-github-tidwall-pretty-dev on Ubuntu 21.04 (Hirsute Hippo):

$ 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 21.04 (Hirsute Hippo)

Package: golang-github-tidwall-pretty-dev
Architecture: all
Version: 1.0.5-1build1
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: 40
Filename: pool/universe/g/golang-github-tidwall-pretty/golang-github-tidwall-pretty-dev_1.0.5-1build1_all.deb
Size: 9680
MD5sum: 11316a3078d805bd3d574a6495ac9243
SHA1: e379f60da60c2e75f7ee474638ff16061323f108
SHA256: 5befb7c5c4c717d344d864ffb4e9ed45e3fbdde602bb1c3f8a88ec96641e9040
SHA512: b3efcf16e825609fe0c19bf83ebc74408e9e732062d5e26380d4b3f24031fba433f359044dbc3dabaa3c12679c516043a6d87446a7105e84562fe0952ef6a55d
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