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

wimlib

WIM file manipulation library and utilities

wimlib is a C library and set of command-line utilities for creating, modifying, extracting, and mounting archives in the Windows Imaging Format (WIM files). It can capture and apply WIMs directly from and to NTFS volumes using ntfs-3g, preserving NTFS-specific attributes.

Installation

Install the latest version of wimlib as follows:

guix install wimlib

Or install a particular version:

guix install wimlib@1.14.1

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 wimlib about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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