How to Install and Uninstall golang-github-brentp-gsort-dev Package on Kali Linux

Last updated: May 04,2024

1. Install "golang-github-brentp-gsort-dev" package

Please follow the guidelines below to install golang-github-brentp-gsort-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-brentp-gsort-dev

2. Uninstall "golang-github-brentp-gsort-dev" package

Here is a brief guide to show you how to uninstall golang-github-brentp-gsort-dev on Kali Linux:

$ sudo apt remove golang-github-brentp-gsort-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-brentp-gsort-dev package on Kali Linux

Package: golang-github-brentp-gsort-dev
Source: gsort
Version: 0.1.4-3
Installed-Size: 37
Maintainer: Debian Med Packaging Team
Architecture: all
Depends: golang-github-klauspost-compress-dev, golang-github-pkg-errors-dev, golang-gopkg-check.v1-dev
Size: 9032
SHA256: 5e9b6362eb073b186eb06b3aee252e82c473ea40d0b97236714b54b3e7395157
SHA1: 83a6139c6718d7bbc9258c6c3b479f85a4b49e79
MD5sum: 08f536e7821a4f0f234f563b27eba12e
Description: library package for gsort
Package gsort is a library for sorting a stream of tab-delimited lines
([]bytes) (from a reader) using the amount of memory requested.
.
Instead of using a compare function as most sorts do, this accepts a
user-defined function with signature: func(line []byte) []int where the
[]ints are used to determine ordering. For example if sorting
on 2 columns, one of months and another of day of months, the function
would replace "Jan" with 1 and "Feb" with 2 for the first column and
just return the Atoi of the 2nd column.
Description-md5:
Homepage: https://github.com/brentp/gsort
Section: golang
Priority: optional
Filename: pool/main/g/gsort/golang-github-brentp-gsort-dev_0.1.4-3_all.deb