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

Last updated: May 19,2024

1. Install "golang-github-mgutz-to-dev" package

Please follow the steps below to install golang-github-mgutz-to-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install golang-github-mgutz-to-dev

2. Uninstall "golang-github-mgutz-to-dev" package

In this section, we are going to explain the necessary steps to uninstall golang-github-mgutz-to-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove golang-github-mgutz-to-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-mgutz-to-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-mgutz-to-dev
Architecture: all
Version: 1.0.0-2
Priority: optional
Section: universe/devel
Source: golang-github-mgutz-to
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 51
Filename: pool/universe/g/golang-github-mgutz-to/golang-github-mgutz-to-dev_1.0.0-2_all.deb
Size: 10092
MD5sum: ecc1b4f3ace7999c39a97b5be397204f
SHA1: 680752cd89521e8f13d84d418b48e919d281963d
SHA256: 259306373eeb14f6a62647b603aeaaf4aff02118827fcfe09fc7bc6f10dc183f
SHA512: d27ef5e3c6ffea3726ecd9b2effb701587576da9ac99a070c6a8aad4a51fcf615465f173d581ef7ff4652a162a52d82d84c453d996ac7efaf22d6b1c7b0c4f2c
Homepage: https://github.com/mgutz/to
Description-en: Convenient type conversion utilities for Go
Convenient functions for converting values between common Go
datatypes. For Go 1.1+.
.
This package ignores errors and allows quick-and-dirty conversions
between Go datatypes. When any conversion seems unreasonable a zero value
(http://golang.org/ref/spec#The_zero_value) is used as fallback.
.
If one is not working with human provided data, fuzzy input or
if one would rather not ignore any error in your program, one should
better use the standard Go packages for conversion, such as strconv
(http://golang.org/pkg/strconv/), fmt (http://golang.org/pkg/fmt/)
or even standard conversion (http://golang.org/ref/spec#Conversions)
they may be better suited for the task.
Description-md5: e12c7fb957f21df74d88463302500258