Description
POSIX tar archives can be created, read, and extracted from Ruby code and command-line workflows without relying on native extensions. This is useful for packaging scripts, installers, tests, and archive-processing tools.
It is a Ruby library with a CLI utility. Archive extraction can overwrite files or unpack unexpected paths, so users and developers should validate archives from untrusted sources.