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

Last updated: May 16,2024

1. Install "golang-github-benbjohnson-immutable-dev" package

This tutorial shows how to install golang-github-benbjohnson-immutable-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install golang-github-benbjohnson-immutable-dev

2. Uninstall "golang-github-benbjohnson-immutable-dev" package

Please follow the step by step instructions below to uninstall golang-github-benbjohnson-immutable-dev on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove golang-github-benbjohnson-immutable-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: golang-github-benbjohnson-immutable-dev
Architecture: all
Version: 0.2.0-2
Priority: optional
Section: universe/devel
Source: golang-github-benbjohnson-immutable
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 139
Filename: pool/universe/g/golang-github-benbjohnson-immutable/golang-github-benbjohnson-immutable-dev_0.2.0-2_all.deb
Size: 22336
MD5sum: 326ac937058bbf25dd2f9d0c95d35418
SHA1: 13e7747b717e37c381ea90090f737d9cf7d0153b
SHA256: d2bb257d08cd6bdda1f33bfa6528f446163e3e87cb2ea59f262cd4962d169ccd
SHA512: 19e6f74e3e28d56b9740abaee58a688c8d2c5c0c32bab481c35be772a7e74d8fabea1a4aeba17ad056ee6e4921b762078451c89972aeab09a97ea55a5a1512e2
Homepage: https://github.com/benbjohnson/immutable
Description-en: Immutable collections for Go (library)
This library contains immutable collection types for Go. It includes List,
Map, and SortedMap implementations. Immutable collections can provide
efficient, lock free sharing of data by requiring that edits to the collections
return new collections.
.
The collection types in this library are meant to mimic Go built-in
collections such asslice and map. The primary usage difference between
Go collections and immutable collections is that immutable collections
always return a new collection on mutation so you will need to save the
new reference.
.
Immutable collections are not for every situation, however, as they can
incur additional CPU and memory overhead. Please evaluate the cost/benefit
for your particular project.
Description-md5: 63c8e75d3091f15b4a79bb7b001c6f68