How to Install and Uninstall golang-github-yourbasic-graph-dev Package on Kali Linux

Last updated: May 13,2024

1. Install "golang-github-yourbasic-graph-dev" package

This tutorial shows how to install golang-github-yourbasic-graph-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-yourbasic-graph-dev

2. Uninstall "golang-github-yourbasic-graph-dev" package

This is a short guide on how to uninstall golang-github-yourbasic-graph-dev on Kali Linux:

$ sudo apt remove golang-github-yourbasic-graph-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-yourbasic-graph-dev package on Kali Linux

Package: golang-github-yourbasic-graph-dev
Source: golang-github-yourbasic-graph
Version: 1.0.5-3
Installed-Size: 206
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 32408
SHA256: 8c6f81a6d3f44238b6aaf8963cd85c29eef256fc73f33352cb6ce6ded126f675
SHA1: 41535a832c1be3183a8c00d4ed55c5ab18d26494
MD5sum: ba93cb2384293fb9cd1350e1a0ca3236
Description: graph algorithms and data structures
This package contains a Golang library of basic graph algorithms
and topological ordering.
.
This library offers efficient and well-tested algorithms for
- breadth-first and depth-first search,
- topological ordering,
- strongly and weakly connected components,
- bipartion,
- shortest paths,
- maximum flow,
- Euler walks,
- and minimum spanning trees.
The algorithms can be applied to any graph data structure implementing
the two Iterator methods: Order, which returns the number of vertices,
and Visit, which iterates over the neighbors of a vertex.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/yourbasic/graph
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-yourbasic-graph/golang-github-yourbasic-graph-dev_1.0.5-3_all.deb