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

Last updated: May 16,2024

1. Install "golang-github-jacobsa-reqtrace-dev" package

Here is a brief guide to show you how to install golang-github-jacobsa-reqtrace-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-jacobsa-reqtrace-dev

2. Uninstall "golang-github-jacobsa-reqtrace-dev" package

This is a short guide on how to uninstall golang-github-jacobsa-reqtrace-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-jacobsa-reqtrace-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: golang-github-jacobsa-reqtrace-dev
Priority: extra
Section: universe/devel
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: pkg-go
Architecture: all
Source: golang-github-jacobsa-reqtrace
Version: 0.0~git20150505-2
Depends: golang-go, golang-go.net-dev (>= 0.0+git20150226.3d87fd6)
Filename: pool/universe/g/golang-github-jacobsa-reqtrace/golang-github-jacobsa-reqtrace-dev_0.0~git20150505-2_all.deb
Size: 4940
MD5sum: 30bc6f5f48a05ee86d6d01ab98750ed2
SHA1: 02eb7098922b0619794e6bc8fe58ac68377c3845
SHA256: ca4d1008f5dd36a27a6b872dde8148e3127cffcce6d8d77c1469c23b833b3c24
Description-en: simple request tracing
reqtrace is a package for simple request tracing. It requires nothing of its
user except:
.
* They must use golang.org/x/net/context.
* They must add a single line to each function they want to be visible in
traces.
.
In particular, reqtrace is console-based and doesn't require an HTTP server.
.
Warning: This package is still barebones and in its early days. The author
reserves the right to make backwards-incompatible changes to its API. But if
it's useful to you in your current form, have at it.
Description-md5: ac2ba2191f2fe89cdb8fee3ca8a69c75
Built-Using: golang (= 2:1.4.2-3ubuntu2), golang-go.net-dev (= 0.0+git20150226.3d87fd6-1)
Homepage: https://github.com/jacobsa/reqtrace
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu