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.
- Versions: 1.14.1
- Website: https://wimlib.net/
- Licenses: CC0 · GPL 3+ · LGPL 3+
- Package source: gnu/packages/backup.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]