How to Install and Uninstall gb Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "gb" package

Please follow the guidance below to install gb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gb

2. Uninstall "gb" package

This guide let you learn how to uninstall gb on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove gb $ sudo apt autoclean && sudo apt autoremove

3. Information about the gb package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: gb
Priority: extra
Section: universe/devel
Installed-Size: 14110
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: amd64
Version: 0.3.2-1
Depends: golang-go, libc6 (>= 2.4)
Filename: pool/universe/g/gb/gb_0.3.2-1_amd64.deb
Size: 2233284
MD5sum: 961f14908d0ed76364ca99dd851ad34f
SHA1: f85761e42f5c05e2c9acd621ba60fd70fc735c07
SHA256: 7aa76233ae6fa946c4fbf29545f610c93811d6d8c30e9ea812e2661b89d1811d
Description-en: project based build tool for Go
"gb" is a proof of concept replacement build tool for the Go programming
language.
.
"gb" operates on the concept of a project. A gb project is a workspace
for all the Go code that is required to build your project.
.
A gb project is a folder on disk that contains a subdirectory named
src/. That's it, no environment variables to set.
.
You can create as many projects as you like and move between them simply
by changing directories.
Description-md5: 06baf8557931911fba7bcd73d56f7c56
Built-Using: golang (= 2:1.5.1-0ubuntu4)
Homepage: https://getgb.io
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions