How to Install and Uninstall golang-github-justinas-alice-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 16,2024

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

This guide let you learn how to install golang-github-justinas-alice-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

Here is a brief guide to show you how to uninstall golang-github-justinas-alice-dev on Ubuntu 21.04 (Hirsute Hippo):

$ 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 21.04 (Hirsute Hippo)

Package: golang-github-justinas-alice-dev
Architecture: all
Version: 0.0~git20171023.03f45bd-1.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.1_all.deb
Size: 6036
MD5sum: 6554cd5da8e7f7875634f287b5c94eb1
SHA1: b0f24803b759483a02abd02989153380f7c36860
SHA256: 6883b170e599b3a1ee8e4c13ff6f5671d3885844d598ccbb98f69de8585ad4b9
SHA512: f4f2af090882809e6ea1ecc007e3d9549e4ed27f5ab09cd27b1c846c015a440fc596d0da031d94e518689e612bd6533778ce4ecf9a22e0502549c8842c79efba
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