How to Install and Uninstall golang-github-vbatts-tar-split-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 18,2024

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

This guide covers the steps necessary to install golang-github-vbatts-tar-split-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

Please follow the steps below to uninstall golang-github-vbatts-tar-split-dev on Ubuntu 21.04 (Hirsute Hippo):

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

Package: golang-github-vbatts-tar-split-dev
Architecture: all
Version: 0.11.1-2
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-2_all.deb
Size: 70276
MD5sum: f892ac90b3a1fb21b50afbd88d75cb06
SHA1: 8dd566daa91a5dd94b1c3476c1941d9e16d4f14f
SHA256: 82f16e1f84d7e8aa6cbf10e03a3229e8615bb4950514d9ea22a160a08d6dcb45
SHA512: 8d1d8eed01337d6f35b15289379da82c5a9c71ae11e49ff60885b2c072aa68c4a8d19ca936b83c8d2ae8a4c0e54c1b25b805146128bcea67a52b280de75d4c22
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