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

tar

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 the latest version of tar as follows:

guix install tar

Or install a particular version:

guix install tar@1.35

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.

Badge code

You can use the following badge to inform users of tar about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/tar'><img src='https://packages.guix.gnu.org/packages/tar/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/tar/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/tar)

Example Org:

[[https://packages.guix.gnu.org/packages/tar][https://packages.guix.gnu.org/packages/tar/badges/latest-version.svg]]