How to Install and Uninstall tar-split Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "tar-split" package

This tutorial shows how to install tar-split on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install tar-split

2. Uninstall "tar-split" package

This guide covers the steps necessary to uninstall tar-split on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove tar-split $ sudo apt autoclean && sudo apt autoremove

3. Information about the tar-split package on Ubuntu 21.10 (Impish Indri)

Package: tar-split
Architecture: amd64
Version: 0.11.1-2
Built-Using: go-md2man-v2 (= 2.0.0+ds-5), golang-1.15 (= 1.15.4-1ubuntu2), golang-blackfriday-v2 (= 2.0.1-3), golang-github-shurcool-sanitized-anchor-name (= 1.0.0-1), golang-github-urfave-cli (= 1.22.4-2), golang-golang-x-sys (= 0.0~git20210124.22da62e-1), golang-logrus (= 1.7.0-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: 3784
Depends: libc6 (>= 2.32)
Filename: pool/universe/g/golang-github-vbatts-tar-split/tar-split_0.11.1-2_amd64.deb
Size: 1200876
MD5sum: a86767754bc7f7683b75057cb9099d8f
SHA1: c47c17e616fc28438efdbf6fed604547b6a3bfaf
SHA256: 12c6dd179a12af174336ee37c47bdc4e11d87583a1fa0a082d30a27ef6dc5011
SHA512: 39ffd0795a411d76d5a4b3d21ac2b3b2b3969173cef07e13d8742bf7a6933f11e939fe82c2fcc0a36870c39f790f6efdc9c664896c4e41f60120b759fa984245
Homepage: https://github.com/vbatts/tar-split
Description-en: tar archive assembly/disassembly
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.
Description-md5: 0a7073586375397f4634a2441b79a786