wimlib.net
Library to create, extract, and modify Windows Imaging files
Package Information
- Domain:
wimlib.net
- Name:
wimlib.net
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install +wimlib.net -- $SHELL -i
Programs
This package provides the following executable programs:
mkwinpeimg
wimappend
wimapply
wimapply
wimdelete
wimdir
wimexport
wimextract
wiminfo
wimjoin
wimlib-imagex
wimmount
wimmountrw
wimoptimize
wimsplit
wimunmount
wimupdate
wimverify
Available Versions
Show all 3 versions
1.14.4
,1.14.3
,1.14.1
Latest Version: 1.14.4
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +wimlib.net@1.14.4 -- $SHELL -i
Dependencies
This package depends on:
openssl.org^3.1.0
gnome.org/libxml2
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.wimlibnet
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.