How to Install and Uninstall govendor Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 08,2024

1. Install "govendor" package

This is a short guide on how to install govendor on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install govendor

2. Uninstall "govendor" package

Please follow the step by step instructions below to uninstall govendor on Ubuntu 21.10 (Impish Indri):

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

3. Information about the govendor package on Ubuntu 21.10 (Impish Indri)

Package: govendor
Architecture: amd64
Version: 1.0.9+ds1-1build2
Built-Using: golang-1.15 (= 1.15.4-1ubuntu1), 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~git20201101.da20708-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: 9020
Depends: libc6 (>= 2.32)
Filename: pool/universe/g/govendor/govendor_1.0.9+ds1-1build2_amd64.deb
Size: 2810964
MD5sum: 637748404e4bb181439c1324fa85c367
SHA1: 698882a1531faf7b55b9978bffc7e378af3c58ab
SHA256: c1c4ecd2e96050eaa7bfec2c1247afa9bac1656fb646605fbeefb0ab6060b53a
SHA512: e52db62749b5303a4fcb63b2f89f092fd143afa92ab4ed7d7d7f60cebb7f59c24c1da65b7de208d7340f234f4d83151aeb58d84e01236c7131080f3e7a1bf50e
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