This package browser is in early development. Mind the rough edges.

tar 1.35

Managing tar archives

Tar provides the ability to create tar archives, as well as the ability to extract, update or list files in an existing archive. It is useful for combining many files into one larger file, while maintaining directory structure and file information such as permissions and creation/modification dates. GNU tar offers many extensions over the standard utility.

Installation

Install tar 1.35 as follows:

guix install tar@1.35

Or install the latest version:

guix install tar

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.