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

Last updated: May 03,2024

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

This guide let you learn how to install golang-github-spf13-cast-dev on Kali Linux

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

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

Learn how to uninstall golang-github-spf13-cast-dev on Kali Linux:

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

Package: golang-github-spf13-cast-dev
Source: golang-github-spf13-cast
Version: 1.6.0-1
Installed-Size: 93
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 13920
SHA256: ed858377004341e6f9b0903b4e119f5b3498b16e282f62b396100899c94541d2
SHA1: 84848c8566e43f498340cc35d184d72ed4c63a70
MD5sum: 3e4c1ecb2a3d35cf0b07a756020f7a1c
Description: 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 (https://gohugo.io/), a website engine
which uses YAML, TOML or JSON for meta data.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/spf13/cast
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-spf13-cast/golang-github-spf13-cast-dev_1.6.0-1_all.deb