How to Install and Uninstall golang-github-vbatts-tar-split-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: January 11,2025

1. Install "golang-github-vbatts-tar-split-dev" package

Learn how to install golang-github-vbatts-tar-split-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install golang-github-vbatts-tar-split-dev

2. Uninstall "golang-github-vbatts-tar-split-dev" package

In this section, we are going to explain the necessary steps to uninstall golang-github-vbatts-tar-split-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove golang-github-vbatts-tar-split-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-vbatts-tar-split-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-vbatts-tar-split-dev
Architecture: all
Version: 0.11.1-1build1
Priority: extra
Section: universe/devel
Source: golang-github-vbatts-tar-split
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 497
Depends: golang-github-sirupsen-logrus-dev, golang-github-urfave-cli-dev
Filename: pool/universe/g/golang-github-vbatts-tar-split/golang-github-vbatts-tar-split-dev_0.11.1-1build1_all.deb
Size: 70220
MD5sum: 1da5a3cdd00397c239aba835eb96cb54
SHA1: 2662da9a2ceae800ab6fe31690f57a8deea9bfc4
SHA256: f473da1a1f182d088225b356c812765b67caf4e3106c829e16e375340d54c02a
SHA512: 980d137c4f770fc0d38fb0434a1de1ce405b5603a52a8dc739deee9e8d5c53c63f2a2f6ce583b6624b7e3f2c6862be2dba39cec72b9c7df8219903c42df0d6a5
Homepage: https://github.com/vbatts/tar-split
Description-en: tar archive assembly/disassembly (source)
Pristinely disassembling a tar archive, and stashing needed raw bytes and
offsets to reassemble a validating original archive.
.
Eventually this should detect TARs that this is not possible with.
.
For example stored sparse files that have "holes" in them, will be read as a
contiguous file, though the archive contents may be recorded in sparse format.
Therefore when adding the file payload to a reassembled tar, to achieve
identical output, the file payload would need be precisely re-sparsified. This
is not something I seek to fix immediately, but would rather have an alert that
precise reassembly is not possible. (see more
http://www.gnu.org/software/tar/manual/html_node/Sparse-Formats.html)
.
Other caveat, while tar archives support having multiple file entries for the
same path, we will not support this feature. If there are more than one entries
with the same path, expect an err (like ErrDuplicatePath) or a resulting tar
stream that does not validate your original checksum/signature.
.
Contract: Do not break the API of stdlib archive/tar in our fork (ideally find
an upstream mergeable solution).
.
This package contains the source.
Description-md5: 9399fa0280569a16e7c94717136331cc