How to Install and Uninstall golang-github-justinas-alice-dev Package on Kali Linux

Last updated: May 03,2024

1. Install "golang-github-justinas-alice-dev" package

Please follow the steps below to install golang-github-justinas-alice-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-justinas-alice-dev

2. Uninstall "golang-github-justinas-alice-dev" package

Please follow the guidelines below to uninstall golang-github-justinas-alice-dev on Kali Linux:

$ sudo apt remove golang-github-justinas-alice-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-justinas-alice-dev package on Kali Linux

Package: golang-github-justinas-alice-dev
Source: golang-github-justinas-alice
Version: 1.2.0-2
Installed-Size: 27
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 6272
SHA256: eab3464fe09d90f3d708edd9ea0c936cdcf0bbcf1fd3deb3d46782cedabbaf0d
SHA1: 1e07370cb621db7c4d194124c68e5f5d80489553
MD5sum: dea6f83b23b61e738efbab0c90e0cee4
Description: Painless middleware chaining for Go
Alice provides a convenient way to chain HTTP middleware functions and
the app handler.
.
It transforms:
go Middleware1(Middleware2(Middleware3(App)))
to
go alice.New(Middleware1, Middleware2, Middleware3).Then(App)
.
None of the other middleware chaining solutions behaves exactly
like Alice. Alice is as minimal as it gets: in essence, it's just a
for loop that does the wrapping for you.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/justinas/alice
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-justinas-alice/golang-github-justinas-alice-dev_1.2.0-2_all.deb