How to Install and Uninstall golang-github-justinas-alice-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: November 26,2024

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

Please follow the guidelines below to install golang-github-justinas-alice-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

In this section, we are going to explain the necessary steps to uninstall golang-github-justinas-alice-dev on Ubuntu 20.10 (Groovy Gorilla):

$ 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 Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-justinas-alice-dev
Architecture: all
Version: 0.0~git20171023.03f45bd-1
Priority: optional
Section: universe/devel
Source: golang-github-justinas-alice
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 26
Filename: pool/universe/g/golang-github-justinas-alice/golang-github-justinas-alice-dev_0.0~git20171023.03f45bd-1_all.deb
Size: 5888
MD5sum: 0efb54917e23c0c29e46e12efadb464f
SHA1: f1f56cbb27ea785cb7b865198af80ed02d477b37
SHA256: 42f2fb5725bc8f4269c6f961824f77b49837e46559a6435c8f3a301c800efa9c
SHA512: 1d7e03db9188eddf392c039344c001a2831d3bbebe2aafcba650e29397f3ae01a7907ced825964f3adc212e529c094c6a19743e87248f8fe482892c417843f75
Homepage: https://github.com/justinas/alice
Description-en: 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: 2328ba2e5b3c52bc7b71bb6f9a6965ac