How to Install and Uninstall golang-goji-dev Package on Kali Linux

Last updated: May 08,2024

1. Install "golang-goji-dev" package

This guide let you learn how to install golang-goji-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-goji-dev

2. Uninstall "golang-goji-dev" package

Please follow the guidelines below to uninstall golang-goji-dev on Kali Linux:

$ sudo apt remove golang-goji-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-goji-dev package on Kali Linux

Package: golang-goji-dev
Source: golang-goji
Version: 2.0.2-2
Installed-Size: 82
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 17296
SHA256: c63e51c71922afd920b684a6857ccde42d2d2bb4e7ef4cf38de0ebb06c8eb37c
SHA1: 402a0535bde080be6583c49edb444bc9f985abc4
MD5sum: b903b3a77bfdad4ee0af470f4de1144f
Description: minimalistic and flexible HTTP request multiplexer for Go
Goji is a HTTP request multiplexer, similar to net/http.ServeMux.
It compares incoming requests to a list of registered Patterns
and dispatches to the http.Handler that corresponds to the first
matching Pattern. Goji also supports Middleware (composable shared
functionality applied to every request) and uses the standard context
package to store request-scoped values.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/goji/goji
Section: golang
Priority: optional
Filename: pool/main/g/golang-goji/golang-goji-dev_2.0.2-2_all.deb