How to Install and Uninstall golang-github-benbjohnson-immutable-dev Package on Kali Linux

Last updated: May 21,2024

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

This is a short guide on how to install golang-github-benbjohnson-immutable-dev on Kali Linux

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

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

Please follow the steps below to uninstall golang-github-benbjohnson-immutable-dev on Kali Linux:

$ 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 Kali Linux

Package: golang-github-benbjohnson-immutable-dev
Source: golang-github-benbjohnson-immutable
Version: 0.2.0-2
Installed-Size: 139
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 22292
SHA256: 9ab3c5a40e839bd50a281724c791aa66de33a341eaee14e77c75810bd6b76165
SHA1: 40a72bd98f7cb75b233908db72e0ae57975af124
MD5sum: a757306d9e202f1782b66ee85aeb08d1
Description: 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:
Homepage: https://github.com/benbjohnson/immutable
Section: devel
Priority: optional
Filename: pool/main/g/golang-github-benbjohnson-immutable/golang-github-benbjohnson-immutable-dev_0.2.0-2_all.deb