How to Install and Uninstall golang-github-spf13-cast-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "golang-github-spf13-cast-dev" package

Please follow the steps below to install golang-github-spf13-cast-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-spf13-cast-dev

2. Uninstall "golang-github-spf13-cast-dev" package

Please follow the guidance below to uninstall golang-github-spf13-cast-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-spf13-cast-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-spf13-cast-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-spf13-cast-dev
Priority: extra
Section: universe/devel
Installed-Size: 34
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-spf13-cast
Version: 0.0~git20151218.0.ee7b3e0-1
Depends: golang-go | gccgo, golang-github-spf13-jwalterweatherman-dev, golang-github-stretchr-testify-dev | golang-testify-dev
Filename: pool/universe/g/golang-github-spf13-cast/golang-github-spf13-cast-dev_0.0~git20151218.0.ee7b3e0-1_all.deb
Size: 5964
MD5sum: a844c332b6512e2b95d3352deffa6a16
SHA1: ac8c0bc9063ce4ef1daa78d04a1492cc47abfff3
SHA256: ecf67083106e5140140937ad63f73159fc898f3cbe110aaa91dae44e35d8d4ae
Description-en: Safe and easy casting from one type to another in Go
Cast is a library to convert between different Go types in a consistent
and easy way.
.
Cast provides simple functions to easily convert a number to a string, an
interface into a bool, etc. Cast does this intelligently when an obvious
conversion is possible. It doesn’t make any attempts to guess what you
meant; for example, you can only convert a string to an int when it is a
string representation of an int such as “8”.
.
Cast was developed for use in Hugo (http://gohugo.io/), a website engine
which uses YAML, TOML or JSON for meta data.
Description-md5: bdf941ae1043986bb862ea7db0efefe8
Homepage: https://github.com/spf13/cast
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu