How to Install and Uninstall golang-github-philhofer-fwd-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

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

Please follow the step by step instructions below to install golang-github-philhofer-fwd-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

Please follow the guidance below to uninstall golang-github-philhofer-fwd-dev on Ubuntu 20.10 (Groovy Gorilla):

$ 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 20.10 (Groovy Gorilla)

Package: golang-github-philhofer-fwd-dev
Architecture: all
Version: 0.0~git20151005.0.8fd9a4b-1
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: 45
Filename: pool/universe/g/golang-github-philhofer-fwd/golang-github-philhofer-fwd-dev_0.0~git20151005.0.8fd9a4b-1_all.deb
Size: 11298
MD5sum: d89b2f1dc9049c0b56468bcef082fd45
SHA1: eb84502d870e447f81744d2dcf0fe67991e00dc5
SHA256: ec95661df5fd893cf920c09f10a627c31905e04d8d4bd4e227b5a932fd18df21
SHA512: 9ffefff72fec6aae8300c8d1fc2d6e6d9577e80f171df7249e5007ad84fda706abcb05d2e1cd981d4558ce500b846517add084f390adbe5def0956f9ebb20ec5
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