How to Install and Uninstall golang-github-mcuadros-go-version-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "golang-github-mcuadros-go-version-dev" package

Here is a brief guide to show you how to install golang-github-mcuadros-go-version-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install golang-github-mcuadros-go-version-dev

2. Uninstall "golang-github-mcuadros-go-version-dev" package

Please follow the instructions below to uninstall golang-github-mcuadros-go-version-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove golang-github-mcuadros-go-version-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-mcuadros-go-version-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-mcuadros-go-version-dev
Architecture: all
Version: 0.0~git20161105.0.257f7b9-4
Priority: extra
Section: universe/devel
Source: golang-github-mcuadros-go-version
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: QA Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 78
Filename: pool/universe/g/golang-github-mcuadros-go-version/golang-github-mcuadros-go-version-dev_0.0~git20161105.0.257f7b9-4_all.deb
Size: 11316
MD5sum: e758ee4bd0ca5281dfa393eb29d96187
SHA1: b16f71f323ac49c8b8d2ac1161e57c6ffdf95d6a
SHA256: c3f73144bf72ae96bb6742e07c215f626a092fea83c38e2484bdda971d7dae88
SHA512: 8b38f764d712ba0bf0ea19877ac0e18511b295430fd1c192c85aa3462dbb4fe818f2c573679f87542872ecf2e6a33f64da4fc55086e93f06befb80a940168901
Homepage: https://github.com/mcuadros/go-version
Description-en: version normalizer and comparison library for Go
Version is a Go library that provides version normalization and
comparisons. It can also verify that a provided version string
falls within a given range.
.
Examples:
version.CompareSimple("1.2", "1.0.1")
version.Compare("2.3.4", "v3.1.2", "<")
.
c := version.NewConstrainGroupFromString(">2.0,<=3.0")
c.Match("2.5.0beta")
Description-md5: dfec5ffc32abdcffb237f95bc99656c0