Expanding PKGs on macOS
<p>Let’s say you’re on a computer where you don’t have administrative access, but you really need to use this one piece of software. In my case, this was Apple’s SF Symbols app. There’s a pretty simple way to extract the payload from the package (.PKG).</p>
<p>To get started, you first need two things. A macOS-equipped computer and a DMG with a PKG inside, or just a PKG. This tutorial will detail both.</p>
<h1>Extracting the Package Contents</h1>
<p><strong>If your PKG is inside of a DMG, start here.</strong></p>
<p>To extract the payload from a PKG inside of a DMG, we need to mount the DMG. There are two ways to do this. You can either use the Finder (double-click the DMG to mount it) or use the terminal with the following command:</p>
<p><a href="https://medium.com/macoclock/extracting-applications-and-other-files-from-pkg-files-on-macos-f885376f1ef3"><strong>Website</strong></a></p>