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

Last updated: May 17,2024

1. Install "golang-github-alecthomas-participle-dev" package

Please follow the guidance below to install golang-github-alecthomas-participle-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-alecthomas-participle-dev

2. Uninstall "golang-github-alecthomas-participle-dev" package

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

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

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

Package: golang-github-alecthomas-participle-dev
Source: golang-github-alecthomas-participle
Version: 0.7.1-2
Installed-Size: 291
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-stretchr-testify-dev
Size: 54912
SHA256: c87f308b9928d7304aa88a78439786320ed9adda2497933ad0ff509a854c600e
SHA1: 301887b33c46330211f86ed75f6a3e2427cf1141
MD5sum: 3f5c955337b863f34fc43c6580528bc9
Description: parser library for Go (library)
The goal of this package is to provide a simple, idiomatic and elegant way of
defining parsers in Go.
.
Participle's method of defining grammars should be familiar to any Go
programmer who has used the encoding/json package: struct field tags define
what and how input is mapped to those same fields. This is not unusual for Go
encoders, but is unusual for a parser.
.
Participle parsers are LL(k). Among other things, this means that they do not
support left recursion.
.
The default value of K is 1 but this can be controlled with
participle.UseLookahead(k).
.
Left recursion must be eliminated by restructuring your grammar.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/alecthomas/participle
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-alecthomas-participle/golang-github-alecthomas-participle-dev_0.7.1-2_all.deb