How to Install and Uninstall golang-github-spf13-cast-devel.noarch Package on Fedora 34

Last updated: September 06,2024

1. Install "golang-github-spf13-cast-devel.noarch" package

This guide covers the steps necessary to install golang-github-spf13-cast-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-spf13-cast-devel.noarch

2. Uninstall "golang-github-spf13-cast-devel.noarch" package

Please follow the step by step instructions below to uninstall golang-github-spf13-cast-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-spf13-cast-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-spf13-cast-devel.noarch package on Fedora 34

Last metadata expiration check: 3:36:38 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-spf13-cast-devel
Version : 1.4.1
Release : 1.fc34
Architecture : noarch
Size : 20 k
Source : golang-github-spf13-cast-1.4.1-1.fc34.src.rpm
Repository : updates
Summary : Safe and easy casting from one type to another in Go
URL : https://github.com/spf13/cast
License : MIT
Description : 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, a
: website engine which uses YAML, TOML or JSON for meta data.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/spf13/cast