How to Install and Uninstall golang-github-nkovacs-streamquote-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 18,2024

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

In this section, we are going to explain the necessary steps to install golang-github-nkovacs-streamquote-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

In this section, we are going to explain the necessary steps to uninstall golang-github-nkovacs-streamquote-dev on Ubuntu 21.04 (Hirsute Hippo):

$ 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 Ubuntu 21.04 (Hirsute Hippo)

Package: golang-github-nkovacs-streamquote-dev
Architecture: all
Version: 1.0.0-2
Priority: optional
Section: universe/devel
Source: golang-github-nkovacs-streamquote
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 23
Filename: pool/universe/g/golang-github-nkovacs-streamquote/golang-github-nkovacs-streamquote-dev_1.0.0-2_all.deb
Size: 5092
MD5sum: 0a8eac33bdd7de5af78b02c0b02b251d
SHA1: 41681bf6e6116d77ef40f574e7306b8fe5c3108f
SHA256: 0c506e9b71dc0c24d97d81bfea148af9c8a897f8914b855449a75a7eb10e273d
SHA512: 96571e1ed2e31736028af67ba248d8f462caa873956acf2b78305d2cd9ca93ac0a9758584feca2c431e9728b4187c10a1b5f2e37d715e4e3b0865ef9901673b3
Homepage: https://github.com/nkovacs/streamquote
Description-en: 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: 1e8225a885e1b4ced3d8b7da55cbd6b0