How to Install and Uninstall golang-github-spf13-viper-devel.noarch Package on Fedora 35

Last updated: May 07,2024

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

Please follow the step by step instructions below to install golang-github-spf13-viper-devel.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall golang-github-spf13-viper-devel.noarch on Fedora 35:

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

3. Information about the golang-github-spf13-viper-devel.noarch package on Fedora 35

Last metadata expiration check: 2:08:35 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-spf13-viper-devel
Version : 1.10.1
Release : 1.fc35
Architecture : noarch
Size : 57 k
Source : golang-github-spf13-viper-1.10.1-1.fc35.src.rpm
Repository : updates
Summary : Go configuration with fangs
URL : https://github.com/spf13/viper
License : MIT
Description : Viper is a complete configuration solution for Go applications including
: 12-Factor apps. It is designed to work within an application, and can handle all
: types of configuration needs and formats. It supports:
:
: – setting defaults
: – reading from JSON, TOML, YAML, HCL, and Java properties config files
: – live watching and re-reading of config files (optional)
: – reading from environment variables
: – reading from remote config systems (etcd or Consul), and watching changes
: – reading from command line flags
: – reading from buffer
: – setting explicit values
:
: Viper can be thought of as a registry for all of your applications configuration
: needs.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/spf13/viper