How to Install and Uninstall golang-github-philhofer-fwd-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

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

Please follow the guidelines below to install golang-github-philhofer-fwd-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide let you learn how to uninstall golang-github-philhofer-fwd-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ 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 16.04 LTS (Xenial Xerus)

Package: golang-github-philhofer-fwd-dev
Priority: extra
Section: universe/devel
Installed-Size: 45
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-philhofer-fwd
Version: 0.0~git20151005.0.8fd9a4b-1
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
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
Homepage: https://github.com/philhofer/fwd
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu