How to Install and Uninstall golang-github-goji-param-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "golang-github-goji-param-dev" package

This is a short guide on how to install golang-github-goji-param-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install golang-github-goji-param-dev

2. Uninstall "golang-github-goji-param-dev" package

This tutorial shows how to uninstall golang-github-goji-param-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove golang-github-goji-param-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-goji-param-dev package on Ubuntu 21.10 (Impish Indri)

Package: golang-github-goji-param-dev
Architecture: all
Version: 0.0~git20160927.d7f49fd-6
Priority: optional
Section: universe/devel
Source: golang-github-goji-param
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 50
Filename: pool/universe/g/golang-github-goji-param/golang-github-goji-param-dev_0.0~git20160927.d7f49fd-6_all.deb
Size: 11460
MD5sum: b9d15a5cb9560d7c0eafeab6d11cb6b7
SHA1: fbd0ee9c19abf2e94049f12a89e2d087467a6107
SHA256: 22907b90168326802cdc39f2d826b9059d737dc85161928cad6ecb8af38cec26
SHA512: 14031799c20ea019c3d9376b968bb864d01bd78a42a1840e0867b9fcf6b632744e1988d27971595adc6350a38158e1de7b5c2f3ca308652fb518c2d04c81bfbe
Homepage: https://github.com/goji/param
Description-en: Rack / jQuery style parameter parsing for Go
param deserializes parameter values into a given struct using
magical reflection ponies.
.
Inspired by gorilla/schema, but uses Rails/jQuery style param encoding
instead of their weird dotted syntax. In particular, this package was
written with the intent of parsing the output of jQuery.param.
.
This package uses struct tags to guess what names things ought to have. If
a struct value has a "param" tag defined, it will use that. If there is
no "param" tag defined, the name part of the "json" tag will be used. If
that is not defined, the name of the field itself will be used (no case
transformation is performed).
.
If the name derived in this way is the string "-", param will refuse to
set that value.
.
The parser is extremely strict, and will return an error if it has any
difficulty whatsoever in parsing any parameter, or if there is any kind
Description-md5: aa750aa3e79de12b9902b4ec7b1f65e3