wimlib 1.13.5
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.
- 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 wimlib 1.13.5
as follows:
guix install wimlib@1.13.5
Or install the latest version:
guix install wimlib
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.