How to Install and Uninstall govendor Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 08,2024

1. Install "govendor" package

This tutorial shows how to install govendor on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install govendor

2. Uninstall "govendor" package

This is a short guide on how to uninstall govendor on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove govendor $ sudo apt autoclean && sudo apt autoremove

3. Information about the govendor package on Ubuntu 20.10 (Groovy Gorilla)

Package: govendor
Architecture: amd64
Version: 1.0.9+ds1-1build1
Built-Using: golang-1.14 (= 1.14.7-2ubuntu1), golang-github-bowery-prompt (= 0.0~git20190916.fa82799-1), golang-github-dchest-safefile (= 0.0~git20151022.0.855e8d9-1), golang-github-google-shlex (= 0.0~git20150127.0.6f45313-2), golang-github-pkg-errors (= 0.9.1-1), golang-golang-x-sys (= 0.0~git20200523.0598657-1), golang-golang-x-tools (= 1:0.0~git20200410.79a7a31+ds-3), golang-yaml.v2 (= 2.3.0-1)
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 9629
Depends: libc6 (>= 2.32)
Filename: pool/universe/g/govendor/govendor_1.0.9+ds1-1build1_amd64.deb
Size: 3085404
MD5sum: 08d29e8d66d8676c37b4a7c6f7bc876f
SHA1: 30221a0dc4eb35cf007e4dc78ff580dd011d6090
SHA256: 9548e74880150d9a343f456d446eb9128bd358b55a8a4be1a374247aec516464
SHA512: 32f78ca9cdfec570976db073f8bec6920de8ae515b358de444e8456a4658a3880ebef43f2f79a4d27e3ccdd7fbeee70833a7e0f5af99ee1b9667d7c4ddf6371e
Homepage: https://github.com/kardianos/govendor
Description-en: Go vendor tool that works with the standard vendor file
govendor is a vendoring tool that fetches, annotates, and synchronizes
dependencies for the Go programming language. It can be useful as a
stand-alone tool even if it is not the primary vendoring tool. Inspection
sub-commands such as "govendor list" and "govendor license" can be useful
to find information on dependencies and their statuses. "govendor fetch"
will update or add new dependencies directly from remotes. If you choose
to not check in your dependency source code, use "govendor sync" to pull
the correct revision into the vendor folder.
.
Frustrated by not being able to run "go test ./..." anymore? Run
"govendor test +local" even if you do not use govendor elsewhere. Look
into the different statuses that can be assigned to packages, they are
useful. Still using godep or glock? Migrate them over including manifest
file using "govendor migrate".
Description-md5: c2811216626f5059d4134934c3d7efbe