How to Install and Uninstall golang-github-philhofer-fwd-dev Package on Kali Linux

Last updated: May 11,2024

1. Install "golang-github-philhofer-fwd-dev" package

In this section, we are going to explain the necessary steps to install golang-github-philhofer-fwd-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-philhofer-fwd-dev

2. Uninstall "golang-github-philhofer-fwd-dev" package

Learn how to uninstall golang-github-philhofer-fwd-dev on Kali Linux:

$ sudo apt remove golang-github-philhofer-fwd-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-philhofer-fwd-dev package on Kali Linux

Package: golang-github-philhofer-fwd-dev
Source: golang-github-philhofer-fwd
Version: 1.1.1-1
Installed-Size: 50
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 12912
SHA256: 3efc08d908207884287de0015333b1dbad21b54e465cfbcab57d10e139bc0a11
SHA1: c64149b982f65399767413c689fcce9495090104
MD5sum: eab98307fb9ab39cf2e0d2f8a1682d47
Description: Buffered Reader/Writer
The fwd package provides a buffered reader and writer. Each has methods that
help improve the encoding/decoding performance of some binary protocols.
.
The fwd.Writer and fwd.Reader type provide similar functionality to their
counterparts in bufio, plus a few extra utility methods that simplify
read-ahead and write-ahead. I wrote this package to improve serialization
performance for http://github.com/philhofer/msgp, where it provided about a 2x
speedup over bufio. However, care must be taken to understand the semantics of
the extra methods provided by this package, as they allow the user to access
and manipulate the buffer memory directly.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/philhofer/fwd
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-philhofer-fwd/golang-github-philhofer-fwd-dev_1.1.1-1_all.deb