How to Install and Uninstall golang-go.uber-zap-dev Package on Kali Linux

Last updated: May 05,2024

1. Install "golang-go.uber-zap-dev" package

Learn how to install golang-go.uber-zap-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-go.uber-zap-dev

2. Uninstall "golang-go.uber-zap-dev" package

This tutorial shows how to uninstall golang-go.uber-zap-dev on Kali Linux:

$ sudo apt remove golang-go.uber-zap-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-go.uber-zap-dev package on Kali Linux

Package: golang-go.uber-zap-dev
Source: golang-go.uber-zap
Version: 1.26.0-1
Installed-Size: 791
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-benbjohnson-clock-dev, golang-github-pkg-errors-dev, golang-github-stretchr-testify-dev (>= 1.8.0), golang-go.uber-atomic-dev (>= 1.7.0), golang-go.uber-multierr-dev (>= 1.6.0), golang-uber-goleak-dev, golang-gopkg-yaml.v3-dev (>= 3.0.1)
Size: 123908
SHA256: 800dad93f764cc7db1b0c47569b525aa822dd28c59620eb150cfa139a18d53b3
SHA1: a85e5b7805c677dbae8e874a1354158c61520f7d
MD5sum: 6ed6c9a94e3f5fccc8943325b067bedf
Description: Blazing fast, structured, leveled logging in Go
Package zap provides fast, structured, leveled logging.
.
For applications that log in the hot path, reflection-based
serialization and string formatting are prohibitively expensive,
they're CPU-intensive and make many small allocations. Put
differently, using json.Marshal and fmt.Fprintf to log tons of
interface{} makes your application slow.
.
Zap takes a different approach. It includes a reflection-free,
zero-allocation JSON encoder, and the base Logger strives to avoid
serialization overhead and allocations wherever possible. By
building the high-level SugaredLogger on that foundation, zap lets
users choose when they need to count every allocation and when
they'd prefer a more familiar, loosely typed API.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/uber-go/zap
Section: golang
Priority: optional
Filename: pool/main/g/golang-go.uber-zap/golang-go.uber-zap-dev_1.26.0-1_all.deb