How to Install and Uninstall golang-github-tdewolff-minify-dev Package on Kali Linux

Last updated: May 03,2024

1. Install "golang-github-tdewolff-minify-dev" package

This guide covers the steps necessary to install golang-github-tdewolff-minify-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-tdewolff-minify-dev

2. Uninstall "golang-github-tdewolff-minify-dev" package

Please follow the steps below to uninstall golang-github-tdewolff-minify-dev on Kali Linux:

$ sudo apt remove golang-github-tdewolff-minify-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-tdewolff-minify-dev package on Kali Linux

Package: golang-github-tdewolff-minify-dev
Source: golang-github-tdewolff-minify
Version: 2.20.17-1
Installed-Size: 682
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-djherbis-atime-dev (>= 1.1.0), golang-github-fsnotify-fsnotify-dev (>= 1.7.0), golang-github-matryer-try-dev, golang-github-tdewolff-argp-dev (>= 0.0~git20240126.acdb2fb), golang-github-tdewolff-parse-dev (>= 2.7.12)
Size: 133864
SHA256: c2d41bf0260d9ad960401ab77ca265784cb520c5689e13c8fc5f8a5abc903548
SHA1: 3cdb698f90737c2f660ea1982049fbe37ed747e7
MD5sum: 87d7f3296b85dca45410c487336d9117
Description: Go minifiers for web formats
github.com/tdewolff/minify is a minifier package written in Go.
It provides HTML5, CSS3, JS, JSON, SVG and XML minifiers and an interface
to implement any other minifier.
.
Minification is the process of removing bytes from a file (such as
whitespace) without changing its output and therefore shrinking
its size and speeding up transmission over the Internet and possibly
parsing. The implemented minifiers are high performance and streaming,
which implies O(n).
.
The core functionality associates mimetypes with minification functions,
allowing embedded resources (like CSS or JS within HTML files) to be
minified as well. Users can add new implementations that are triggered
based on a mimetype (or pattern), or redirect to an external command
(like ClosureCompiler, UglifyCSS, ...)
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/tdewolff/minify
Section: golang
Priority: extra
Filename: pool/main/g/golang-github-tdewolff-minify/golang-github-tdewolff-minify-dev_2.20.17-1_all.deb