How to Install and Uninstall golang-github-vbatts-tar-split-dev Package on Kali Linux

Last updated: May 18,2024

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

Learn how to install golang-github-vbatts-tar-split-dev on Kali Linux

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

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

Please follow the guidance below to uninstall golang-github-vbatts-tar-split-dev on Kali Linux:

$ 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 Kali Linux

Package: golang-github-vbatts-tar-split-dev
Source: golang-github-vbatts-tar-split
Version: 0.11.2+ds1-1
Installed-Size: 487
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-sirupsen-logrus-dev, golang-github-urfave-cli-dev
Size: 67572
SHA256: fc67f6b8342964bf7833335b3ba572d316ecec3752cca98a7f8f3b159e2e4596
SHA1: 63379dd6998e98894bdb143dde955eaede89bc8b
MD5sum: c4de060bcdfacd5a5007d7e20c52422f
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/vbatts/tar-split
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-vbatts-tar-split/golang-github-vbatts-tar-split-dev_0.11.2+ds1-1_all.deb