How to Install and Uninstall golang-github-bep-logg-dev Package on Kali Linux

Last updated: November 07,2024

1. Install "golang-github-bep-logg-dev" package

This tutorial shows how to install golang-github-bep-logg-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-bep-logg-dev

2. Uninstall "golang-github-bep-logg-dev" package

Learn how to uninstall golang-github-bep-logg-dev on Kali Linux:

$ sudo apt remove golang-github-bep-logg-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-bep-logg-dev package on Kali Linux

Package: golang-github-bep-logg-dev
Source: golang-github-bep-logg
Version: 0.4.0-1
Installed-Size: 104
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-bep-clocks-dev, golang-github-fatih-color-dev, golang-github-go-kit-log-dev, golang-github-inconshreveable-log15-dev, golang-github-mattn-go-colorable-dev, golang-github-pkg-errors-dev
Size: 16360
SHA256: dea541940b2fdb3948f14f4fe10b74aa1fa0ba4033dd59367b9c66f37f034279
SHA1: fed4b440bb70553f6c524a54dde25a79bc995e0e
MD5sum: 714529a79cb52f3d558bc531d4fdfd61
Description: fast and structured logging package for Go
This is a fork of the exellent Apex Log (https://github.com/apex/log)
library.
.
Main changes:
.
* Trim unneeded dependencies.
* Make Fields into a slice to preserve log order.
* Split the old Interface in two and remove all but one Log method (see
below).
* This allows for lazy creation of messages in Log(fmt.Stringer) and
ignoring fields added in LevelLoggers with levels below the Loggers.
* The pointer passed to HandleLog is not safe to use outside of the
current log chain, and needs to be cloned with Clone first if that's
needed.
.
This is probably the very fastest structured log library when logging is
disabled.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/bep/logg
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-bep-logg/golang-github-bep-logg-dev_0.4.0-1_all.deb

5. The same packages on other Linux Distributions