How to Install and Uninstall golang-github-knetic-govaluate-dev Package on Kali Linux

Last updated: May 17,2024

1. Install "golang-github-knetic-govaluate-dev" package

Please follow the steps below to install golang-github-knetic-govaluate-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-knetic-govaluate-dev

2. Uninstall "golang-github-knetic-govaluate-dev" package

Please follow the step by step instructions below to uninstall golang-github-knetic-govaluate-dev on Kali Linux:

$ sudo apt remove golang-github-knetic-govaluate-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-knetic-govaluate-dev package on Kali Linux

Package: golang-github-knetic-govaluate-dev
Source: golang-github-knetic-govaluate
Version: 3.0.0+git20171022.9aa4983-2
Installed-Size: 202
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 32940
SHA256: d7e762f6846b55af08a09ceb6675e388af4a61f7bed002b5cddea880f264be60
SHA1: 94c23e62c4816465bdb41341e9f1fc6ef16a2eab
MD5sum: 0a47ab18b1c8c97866a4006c5ba170fe
Description: Arbitrary expression evaluation for golang (library)
Provides support for evaluating arbitrary C-like artithmetic/string
expressions.
.
Sometimes, you can't know ahead-of-time what an expression will look
like, or you want those expressions to be configurable. Perhaps
you've got a set of data running through your application, and you
want to allow your users to specify some validations to run on it
before committing it to a database. Or maybe you've written a
monitoring framework which is capable of gathering a bunch of
metrics, when evaluating a few expressions to see if any metrics
should be alerted upon, but the conditions for alerting are different
for each monitor.
.
A lot of people wind up writing their own half-baked style of
evaluation language that fits their needs, but isn't complete. Or they
wind up baking the expression into the actual executable, even if
they know it's subject to change. These strategies may work, but they
take time to implement, time for users to learn, and induce technical
debt as requirements change. This library is meant to cover all the
normal C-like expressions, so that you don't have to reinvent one of
the oldest wheels on a computer.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/Knetic/govaluate
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-knetic-govaluate/golang-github-knetic-govaluate-dev_3.0.0+git20171022.9aa4983-2_all.deb