How to Install and Uninstall golang-github-alecthomas-kong-hcl-dev Package on Kali Linux

Last updated: May 15,2024

1. Install "golang-github-alecthomas-kong-hcl-dev" package

This guide covers the steps necessary to install golang-github-alecthomas-kong-hcl-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-alecthomas-kong-hcl-dev

2. Uninstall "golang-github-alecthomas-kong-hcl-dev" package

This guide covers the steps necessary to uninstall golang-github-alecthomas-kong-hcl-dev on Kali Linux:

$ sudo apt remove golang-github-alecthomas-kong-hcl-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-alecthomas-kong-hcl-dev package on Kali Linux

Package: golang-github-alecthomas-kong-hcl-dev
Source: golang-github-alecthomas-kong-hcl
Version: 1.0.1-1
Installed-Size: 28
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-alecthomas-kong-dev (>= 0.2.16), golang-github-hashicorp-hcl-dev (>= 1.0.0), golang-github-pkg-errors-dev, golang-github-stretchr-testify-dev
Size: 6952
SHA256: 794cecc17548924d000fe113cb9615925ef41cafa85c5f1ad85e475f3282275e
SHA1: ea748c3d654e6d78e5522d06315058442aa9531c
MD5sum: 1620e3cdb58af7cdc26d6eff4fdea568
Description: Kong configuration loader for HCL (Go library)
github.com/alecthomas/kong-hcl is a Kong configuration loader for HCL
implemented for the Go programming language.
.
It may be used like so:
.
var cli struct {
Config kong.ConfigFlag `help:"Load configuration."`
}
parser, err := kong.New(&cli, kong.Configuration(konghcl.Loader,
"/etc/myapp/config.hcl", "~/.myapp.hcl))
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/alecthomas/kong-hcl
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-alecthomas-kong-hcl/golang-github-alecthomas-kong-hcl-dev_1.0.1-1_all.deb