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

Last updated: May 20,2024

1. Install "golang-github-google-gofuzz-dev" package

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

$ sudo apt update $ sudo apt install golang-github-google-gofuzz-dev

2. Uninstall "golang-github-google-gofuzz-dev" package

In this section, we are going to explain the necessary steps to uninstall golang-github-google-gofuzz-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-google-gofuzz-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-google-gofuzz-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-google-gofuzz-dev
Priority: extra
Section: universe/devel
Installed-Size: 41
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-google-gofuzz
Version: 0.0~git20150903.0.e4af62d-1
Filename: pool/universe/g/golang-github-google-gofuzz/golang-github-google-gofuzz-dev_0.0~git20150903.0.e4af62d-1_all.deb
Size: 8238
MD5sum: 527e2f6e419cdc811ce62071c195752e
SHA1: b57002d640dac9148eff985b4824c463b39d2526
SHA256: 5ddb8e37d3e085b0d278130cb2cc4fdc751f44f3c96e3d394f0e83440474b7d8
Description-en: Fuzz testing for Go
gofuzz is a library for populating go objects with random values.
.
This is useful for testing:
.
* Do your project's objects really serialize/unserialize correctly in all
cases?
* Is there an incorrectly formatted object that will cause your project to
panic?
.
Import with import "github.com/google/gofuzz"
.
This package contains the source.
Description-md5: c72ef946039add39bb089563982f54ab
Homepage: https://github.com/google/gofuzz
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu