How to Install and Uninstall golang-github-ssor-bom-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 05,2024

1. Install "golang-github-ssor-bom-dev" package

This is a short guide on how to install golang-github-ssor-bom-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install golang-github-ssor-bom-dev

2. Uninstall "golang-github-ssor-bom-dev" package

Please follow the step by step instructions below to uninstall golang-github-ssor-bom-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove golang-github-ssor-bom-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-ssor-bom-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-ssor-bom-dev
Architecture: all
Version: 0.0~git20170718.0.6386211-4
Priority: extra
Section: universe/devel
Source: golang-github-ssor-bom
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: QA Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 17
Filename: pool/universe/g/golang-github-ssor-bom/golang-github-ssor-bom-dev_0.0~git20170718.0.6386211-4_all.deb
Size: 3192
MD5sum: 87fede85c09f1358dc13a160f45aee95
SHA1: 6fbf31b794db8697beb47f9991e5f2c90b282948
SHA256: cc1bff371cb1a6b5aebc7d8f5df8c2546b27645c918f4ecec3c044852de8fb70
SHA512: 02817a3b9b15c259b4053492c0026fc1cdad6781c4f7675f3346110eaf587db5c689496d830da09da57f763ff9f5214deed7817cf9117e1208bbd5d9dd306b97
Homepage: https://github.com/ssor/bom
Description-en: small Go library to clean bom from byte array or reader
This golang library implements a utility to clean bom from a byte array
or byte reader.
.
Example(s):
.
bs := []byte{bom0, bom1, bom2, 0x11} result := CleanBom(bs)
.
bs := []byte{bom0, bom1, bom2, 0x11} result :=
NewReaderWithoutBom(bytes.NewReader(bs))
Description-md5: 5993a86a492f03b72cb899ee0bda9ea1