How to Install and Uninstall golang-github-valyala-quicktemplate-dev Package on Kali Linux

Last updated: May 12,2024

1. Install "golang-github-valyala-quicktemplate-dev" package

Please follow the steps below to install golang-github-valyala-quicktemplate-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-valyala-quicktemplate-dev

2. Uninstall "golang-github-valyala-quicktemplate-dev" package

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

$ sudo apt remove golang-github-valyala-quicktemplate-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-valyala-quicktemplate-dev package on Kali Linux

Package: golang-github-valyala-quicktemplate-dev
Source: golang-github-valyala-quicktemplate
Version: 1.7.0+ds1-1
Installed-Size: 239
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-valyala-bytebufferpool-dev, golang-github-valyala-fasthttp-dev
Size: 34496
SHA256: 0e86a1f925b7e0495a95eec3b4feaba86af8e55afd77e44c5b0302cabe6684ff
SHA1: e7689fb1fbe41043652ae44bcc01a1adaa7b9376
MD5sum: 93f01c5278fadff3c066d7540dce4cea
Description: fast, powerful, yet easy to use template engine for Go (library)
Optimized for speed, zero memory allocations in hot paths. Up to 20x faster
than html/template.
.
Inspired by the Mako templates philosophy.
.
Features:
* Extremely fast. Templates are converted into Go code and then compiled.
* Quicktemplate syntax is very close to Go - there is no need to learn yet
another template language before starting to use quicktemplate.
* Almost all bugs are caught during template compilation, so production
suffers less from template-related bugs.
* Easy to use.
* Powerful. Arbitrary Go code may be embedded into and mixed with templates.
Be careful with this power - do not query the database and/or external
resources from templates unless you miss the PHP way in Go :) This power
is mostly for arbitrary data transformations.
* Easy to use template inheritance powered by Go interfaces.
* Templates are compiled into a single binary, so there is no need to copy
template files to the server.
.
Drawbacks:
* Templates cannot be updated on the fly on the server, since they are
compiled into a single binary. Take a look at fasttemplate
(https://github.com/valyala/fasttemplate) if you need a fast
template engine for simple dynamically updated templates.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/valyala/quicktemplate
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-valyala-quicktemplate/golang-github-valyala-quicktemplate-dev_1.7.0+ds1-1_all.deb