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

Last updated: May 21,2024

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

This guide covers the steps necessary to install golang-github-spf13-viper-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

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

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

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

Package: golang-github-spf13-viper-dev
Priority: extra
Section: universe/devel
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-spf13-viper
Version: 0.0~git20160111.0.a212099-1
Depends: golang-go | gccgo, golang-github-burntsushi-toml-dev | golang-toml-dev, golang-github-go-fsnotify-fsnotify-dev, golang-github-hashicorp-hcl-dev, golang-github-kr-pretty-dev | golang-pretty-dev, golang-github-magiconair-properties-dev, golang-github-mitchellh-mapstructure-dev, golang-github-spf13-cast-dev, golang-github-spf13-jwalterweatherman-dev, golang-github-spf13-pflag-dev, golang-github-stretchr-testify-dev, golang-github-xordataexchange-crypt-dev, golang-gopkg-yaml.v2-dev | golang-yaml.v2-dev
Filename: pool/universe/g/golang-github-spf13-viper/golang-github-spf13-viper-dev_0.0~git20160111.0.a212099-1_all.deb
Size: 17704
MD5sum: a292acae18fdf107f9642680b3b4a8fc
SHA1: 85c0924cea4fa42a11a0722bdffb5cfb741142f7
SHA256: 60d361b937c4ff4506add4afbd8bc4e18a649265356988fd6e260d6decf58a59
Description-en: Go configuration with fangs
Viper is a complete configuration solution for go applications.
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, and YAML config files
* 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.
Description-md5: 1fbeccbcf0663c44a743fac8698edf5a
Homepage: https://github.com/spf13/viper
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu