···4141Darling [~]$ installer -pkg mc-4.8.7-0.pkg -target /
4242````
43434444+The Midnight Commander package from the above example is [available for download](https://osdn.net/projects/darling/storage/apps/mc-4.8.7-0.pkg).
4545+4446You can uninstall and list packages with the `uninstaller` command.
45474648### Working with DMG images
···60626163Congratulations, you have just compiled and run your own Hello world application with Apple's toolchain.
62646565+### Working with XIP archives
6666+6767+Xcode is now distributed in `.xip` files. These can be installed using `unxip`:
6868+6969+```
7070+cd /Applications
7171+unxip Xcode_11.3.xip
7272+```