How to Install and Uninstall golang-github-philhofer-fwd-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

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

This guide covers the steps necessary to install golang-github-philhofer-fwd-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

This tutorial shows how to uninstall golang-github-philhofer-fwd-dev on Ubuntu 21.04 (Hirsute Hippo):

$ 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 Ubuntu 21.04 (Hirsute Hippo)

Package: golang-github-philhofer-fwd-dev
Architecture: all
Version: 1.1.1-1
Multi-Arch: foreign
Priority: extra
Section: universe/devel
Source: golang-github-philhofer-fwd
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 50
Filename: pool/universe/g/golang-github-philhofer-fwd/golang-github-philhofer-fwd-dev_1.1.1-1_all.deb
Size: 12964
MD5sum: 15dab20abc2a8becfa80ec6bfa27696e
SHA1: 1dcc0511109f0986f98fb465bb5fd76c4a76b4f3
SHA256: 41e026ca15c73937a4d4042ffa7d9354993a62e8cbb10f12a1f9d7246f973358
SHA512: fbc83af37f2ea585b8a738b337c41ec08ba61dddcd6f141518df7a85c836a5ab142aeca2139ea227ec20b75d7c3cc1eb20d0701f38d7e0052ffe7e49a9196ecc
Homepage: https://github.com/philhofer/fwd
Description-en: 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: 477df061b0221c0f63b22417b16262f0