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

Last updated: May 12,2024

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

This guide covers the steps necessary to install golang-github-mgutz-to-dev on Kali Linux

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

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

Please follow the guidelines below to uninstall golang-github-mgutz-to-dev on Kali Linux:

$ 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 Kali Linux

Package: golang-github-mgutz-to-dev
Source: golang-github-mgutz-to
Version: 1.0.0-3
Installed-Size: 51
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 10268
SHA256: ed297229b0bb115dcdd11d87039a2804a4d49030424bda0c24b60e75b8a9bf05
SHA1: 945f0b36924a42ba63f88a25d19476e23fdfeb92
MD5sum: 209b780f2e97ee8cba3b68206e6abb53
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/mgutz/to
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-mgutz-to/golang-github-mgutz-to-dev_1.0.0-3_all.deb