How to Install and Uninstall golang-github-dchest-uniuri-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 15,2024

1. Install "golang-github-dchest-uniuri-dev" package

Please follow the guidelines below to install golang-github-dchest-uniuri-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install golang-github-dchest-uniuri-dev

2. Uninstall "golang-github-dchest-uniuri-dev" package

This guide covers the steps necessary to uninstall golang-github-dchest-uniuri-dev on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove golang-github-dchest-uniuri-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-dchest-uniuri-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: golang-github-dchest-uniuri-dev
Architecture: all
Version: 0.0~git20200228.7aecb25-1
Multi-Arch: foreign
Priority: optional
Section: universe/devel
Source: golang-github-dchest-uniuri
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 19
Filename: pool/universe/g/golang-github-dchest-uniuri/golang-github-dchest-uniuri-dev_0.0~git20200228.7aecb25-1_all.deb
Size: 4172
MD5sum: f28a185545db74a426f46fb08b1c6ccc
SHA1: e83fae0bb8d73e84f9d1272c3ef9033ccc96d23f
SHA256: 452d5b87bf34c736b87f7d258adb6bfed1f15f78e1c68f0dc1bcdccdcd6d5a46
SHA512: 4a2da9163005e2077e476d8673b8a6bdb7013b82bfe415ae770445ede5be98e069307246ad0238feba84d86557f27ce67048c95647212a613243aa5b347aa1ca
Homepage: https://github.com/dchest/uniuri
Description-en: generator of random strings to identify unique objects
This Go package contains software to generate random strings good for
use in URIs to identify unique objects.
.
A standard string created by New() is 16 bytes in length and consists
of Latin upper and lowercase letters, and numbers (from the set of 62
allowed characters), which means that it has ~95 bits of entropy. To get
more entropy, you can use NewLen(UUIDLen), which returns 20-byte string,
giving ~119 bits of entropy, or any other desired length.
Description-md5: d25f9d62e65e528f98cf38f069a66f46