How to Install and Uninstall golang-github-nkovacs-streamquote-dev Package on Kali Linux

Last updated: May 14,2024

1. Install "golang-github-nkovacs-streamquote-dev" package

This is a short guide on how to install golang-github-nkovacs-streamquote-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-nkovacs-streamquote-dev

2. Uninstall "golang-github-nkovacs-streamquote-dev" package

Learn how to uninstall golang-github-nkovacs-streamquote-dev on Kali Linux:

$ sudo apt remove golang-github-nkovacs-streamquote-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-nkovacs-streamquote-dev package on Kali Linux

Package: golang-github-nkovacs-streamquote-dev
Source: golang-github-nkovacs-streamquote
Version: 1.0.0-5
Installed-Size: 28
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 5564
SHA256: c35860112fa934295338a2e621c45607128bafa78d34718b915ba020cc6cc40f
SHA1: bf42687770fae24818e948b0764e5dc8c3a02d5e
MD5sum: 19e8235d035595c617769014b8bd85ca
Description: Go package providing a streaming version of strconv.Quote
This package provides a streaming version of strconv.Quote.
.
It allows you to quote the data in an io.Reader and write it out to an
io.Writer without having to store the entire input and the entire output
in memory.
.
Its primary use case is go.rice (https://github.com/GeertJohan/go.rice)
and similar tools, which need to convert lots of files, some of them
quite large, to go strings.
.
converter := streamquote.New()
converter.Convert(inputfile, outfile)
.
Unlike strconv.Quote, it does not add quotes around the output.
Description-md5:
Homepage: https://github.com/nkovacs/streamquote
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-nkovacs-streamquote/golang-github-nkovacs-streamquote-dev_1.0.0-5_all.deb