Simpe Steps to Install wimlib on Mac
What is “wimlib” Package?
Library to create, extract, and modify Windows Imaging files
For more details: https://wimlib.net/
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install wimlib.
brew install wimlib
Now, use wimlib!