How to Install and Uninstall golang-github-bradenaw-juniper-dev Package on Kali Linux

Last updated: May 17,2024

1. Install "golang-github-bradenaw-juniper-dev" package

This tutorial shows how to install golang-github-bradenaw-juniper-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-bradenaw-juniper-dev

2. Uninstall "golang-github-bradenaw-juniper-dev" package

Please follow the steps below to uninstall golang-github-bradenaw-juniper-dev on Kali Linux:

$ sudo apt remove golang-github-bradenaw-juniper-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-bradenaw-juniper-dev package on Kali Linux

Package: golang-github-bradenaw-juniper-dev
Source: golang-github-bradenaw-juniper
Version: 0.15.1-2
Installed-Size: 425
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-golang-x-exp-dev, golang-golang-x-sync-dev
Size: 68476
SHA256: f7c56c9e72e8c7422a77f22d2ff2ec9324ccc8b872931db2d5e398d313f70348
SHA1: 0e489fe8b8e2e72a7cea2b672ebcae3c10f6296d
MD5sum: 4a8a60ec79324c7162b38f70740ec170
Description: extension to the Go standard library (library)
Juniper is a library of extensions to the Go standard library using generics,
including containers, iterators, and streams.
.
- `container/tree` contains a `Map` and `Set` that keep elements in sorted
order. They are implemented using a B-tree, which performs better than a
binary search tree.
- `container/deque` contains a double-ended queue implemented with a ring
buffer.
- `container/xheap` contains a min-heap similar to the standard library's
`container/heap` but more ergonomic, along with a `PriorityQueue` that
allows setting priorities by key.
- `container/xlist` contains a linked-list similar to the standard library's
`container/list`, but type-safe.
- `xslices` contains some commonly-used slice operations, like `Chunk`,
`Reverse`, `Clear`, and `Join`.
- `iterator` contains an iterator interface used by the containers, along
with functions to manipulate them, like `Map`, `While`, and `Reduce`.
- `stream` contains a stream interface, which is an iterator that can fail.
Useful for iterating over collections that require I/O. It has most of the
same combinators as `iterator`, plus some extras like `Pipe` and `Batch`.
- `parallel` contains some shorthand for common uses of goroutines to process
slices, iterators, and streams in parallel, like `parallel.MapStream`.
- `xsort` contains extensions to the standard library package `sort`.
Notably, it also has the definition for `xsort.Less`, which is how custom
orderings can be defined for sorting and also for ordered collections like
from `container/tree`.
- You can probably guess what's in the packages `xerrors`, `xmath`,
`xmath/xrand`, `xsync`, and `xtime`.
.
Packages that overlap directly with a standard library package are named the
same but with an `x` prefix for "extensions", e.g. `sort` and `xsort`.
.
See the docs at https://pkg.go.dev/github.com/bradenaw/juniper for more.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/bradenaw/juniper
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-bradenaw-juniper/golang-github-bradenaw-juniper-dev_0.15.1-2_all.deb