How to Install and Uninstall golang-github-mcuadros-go-version-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

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

This tutorial shows how to install golang-github-mcuadros-go-version-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

Please follow the guidelines below to uninstall golang-github-mcuadros-go-version-dev on Ubuntu 21.04 (Hirsute Hippo):

$ 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 21.04 (Hirsute Hippo)

Package: golang-github-mcuadros-go-version-dev
Architecture: all
Version: 0.0~git20161105.0.257f7b9-5
Multi-Arch: foreign
Priority: extra
Section: universe/devel
Source: golang-github-mcuadros-go-version
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian 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-5_all.deb
Size: 11732
MD5sum: 81c7a75f865bd69cb7f04035cd6115e5
SHA1: 31667154f4236080954ab4063bf51e7806378de9
SHA256: e64cbefc8df48439ea7df10557ef2fc99523438031634b576cef6e2d134d42a3
SHA512: 18090d7f943c776b3740fe6b93611b04a85d3af2170118b2c9a800596c4ae6a5063eb4d47bfc6a4682aca649de42dcdfa90931eab92817344ca51de84e3e5e15
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