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

Last updated: February 03,2025

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

This tutorial shows how to install golang-github-jacobsa-ogletest-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

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

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

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

Package: golang-github-jacobsa-ogletest-dev
Priority: extra
Section: universe/devel
Installed-Size: 150
Maintainer: Ubuntu Developers
Original-Maintainer: pkg-go
Architecture: all
Source: golang-github-jacobsa-ogletest
Version: 0.0~git20150610-2
Depends: golang-go, golang-github-jacobsa-oglematchers-dev, golang-github-jacobsa-oglemock-dev, golang-github-jacobsa-reqtrace-dev, golang-go.net-dev (>= 0.0+git20150226.3d87fd6)
Filename: pool/universe/g/golang-github-jacobsa-ogletest/golang-github-jacobsa-ogletest-dev_0.0~git20150610-2_all.deb
Size: 21314
MD5sum: faa03272806bc9a0f4df5fa98bb7679c
SHA1: 2e6182006f55a7eead0d2c37cf6b4281734c9910
SHA256: 932364f620097d0230479626f0c4e56c902b544f94ab2d7ef6d052288dbb3f27
Description-en: unit testing framework for Go
ogletest is a unit testing framework for Go with the following features:
.
* An extensive and extensible set of matchers for expressing expectations.
* Automatic failure messages; no need to say
t.Errorf("Expected %v, got %v"...).
* Clean, readable output that tells you exactly what you need to know.
* Built-in support for mocking through the oglemock package.
* Style and semantics similar to Google Test and Google JS Test.
.
It integrates with Go's built-in testing package, so it works with the go test
command, and even with other types of test within your package. Unlike the
testing package which offers only basic capabilities for signalling failures,
it offers ways to express expectations and get nice failure messages
automatically.
Description-md5: 3c2942148793df6ed5b418526251cdac
Built-Using: golang (= 2:1.4.2-3ubuntu2), golang-github-jacobsa-oglematchers (= 0.0~git20150320-1), golang-github-jacobsa-oglemock (= 0.0~git20150428-1), golang-github-jacobsa-reqtrace (= 0.0~git20150505-1), golang-go.net-dev (= 0.0+git20150226.3d87fd6-1)
Homepage: https://github.com/jacobsa/ogletest
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu