How to Install and Uninstall golang-github-gorilla-rpc-dev Package on Kali Linux

Last updated: May 15,2024

1. Install "golang-github-gorilla-rpc-dev" package

This is a short guide on how to install golang-github-gorilla-rpc-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-gorilla-rpc-dev

2. Uninstall "golang-github-gorilla-rpc-dev" package

Please follow the instructions below to uninstall golang-github-gorilla-rpc-dev on Kali Linux:

$ sudo apt remove golang-github-gorilla-rpc-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-gorilla-rpc-dev package on Kali Linux

Package: golang-github-gorilla-rpc-dev
Source: golang-github-gorilla-rpc
Version: 0.0~git20160927.22c016f-3
Installed-Size: 129
Maintainer: Debian Go Packaging Team
Architecture: all
Replaces: golang-github-gorilla-rpc (<< 0.0~git20160927.22c016f-2~)
Breaks: golang-github-gorilla-rpc (<< 0.0~git20160927.22c016f-2~)
Size: 16476
SHA256: 898c89ff3495518dc366da83b39da1be7d2f3d10094b9cc9995fb106c7c1f72c
SHA1: 13e31c48d03e93cac25c13bc66a8299e4cc9f3bd
MD5sum: 0982ec7570b44d954fdfde12f52dd0ea
Description: golang foundation for RPC over HTTP services
gorilla/rpc is a foundation for RPC over HTTP services, providing access to
the exported methods of an object through HTTP requests. It derives from the
standard net/rpc package but uses a single HTTP request per call instead of
persistent connections. Other differences compared to net/rpc:
- Multiple codecs can be registered in the same server.
- A codec is chosen based on the "Content-Type" header from the request.
- Service methods also receive http.Request as parameter.
- This package can be used on Google App Engine.
Description-md5: 0fb81a13f2ef1469941c3b52fbd12fd3
Homepage: https://github.com/gorilla/rpc
Section: devel
Priority: optional
Filename: pool/main/g/golang-github-gorilla-rpc/golang-github-gorilla-rpc-dev_0.0~git20160927.22c016f-3_all.deb