How to Install and Uninstall govendor Package on Kali Linux

Last updated: May 09,2024

1. Install "govendor" package

Learn how to install govendor on Kali Linux

$ sudo apt update $ sudo apt install govendor

2. Uninstall "govendor" package

In this section, we are going to explain the necessary steps to uninstall govendor on Kali Linux:

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

3. Information about the govendor package on Kali Linux

Package: govendor
Source: govendor (1.0.9+ds1-1)
Version: 1.0.9+ds1-1+b28
Installed-Size: 8501
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 2858664
SHA256: 6ffd2bb86238a8cf5ddb213e3088d87a505e5eecb438f4626535342eb22f9b85
SHA1: 2890bbcf702eef505463d1a48a3493fc44a5abbe
MD5sum: 11d27d82ef6049551133fadf3df6a0d8
Description: 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
Homepage: https://github.com/kardianos/govendor
Built-Using: golang-1.19 (= 1.19-1), golang-github-bowery-prompt (= 0.0~git20190916.fa82799-2), golang-github-dchest-safefile (= 0.0~git20151022.0.855e8d9-1.1), golang-github-google-shlex (= 0.0~git20191202.e7afc7f-1), golang-github-pkg-errors (= 0.9.1-2), golang-golang-x-sys (= 0.0~git20220731.a90be44-1), golang-golang-x-tools (= 1:0.1.12+ds-1), golang-yaml.v2 (= 2.4.0-4)
Section: devel
Priority: optional
Filename: pool/main/g/govendor/govendor_1.0.9+ds1-1+b28_amd64.deb