<div dir="ltr">DMGs/PKGs are wonderful! I'm glad that VirtualBox offers them. For most users, a DMG containing a PKG is perfect. For more complex systems in which VirtualBox is but one piece of the puzzle (Vagrant, Docker), the lack of a Homebrew formula means hours wasted setting up a development environment.<div>
<br></div><div>Specifying a certain version of VirtualBox, downloading installation materials, extracting files, installing the software, and checking if a certain version of VirtualBox is installed--these kinds of things are best done with a package manager recipe. That's why we see not just a .deb for Debian/Ubuntu, but a virtualbox package in the official <a href="http://packages.ubuntu.com/search?keywords=virtualbox&searchon=names&suite=raring&section=all">Ubuntu Package repo</a>. And not just a .msi for Windows, but a VirtualBox package in the <a href="http://chocolatey.org/packages?q=virtualbox">Chocolatey repo</a>.</div>
<div><br></div><div>Again, one-click installers are fantastic! It's just that a little more work is required for sysadmins when configuring systems out of hundreds of packages, on hundreds of computers at once.</div><div>
<br></div><div>Would someone be interested in writing a <a href="http://brew.sh/">Homebrew</a> formula for Mac users? I can't wait to "brew install virtualbox" like in Ubuntu.</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Aug 20, 2013 at 2:15 PM, Klaus Espenlaub <span dir="ltr"><<a href="mailto:klaus.espenlaub@oracle.com" target="_blank">klaus.espenlaub@oracle.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Andrew,<br>
<div class="im"><br>
On 16.08.2013 18:36, Andrew Pennebaker wrote:<br>
> I love how Ubuntu users can install VirtualBox with "apt-get install<br>
> virtualbox", and Windows users can install VirtualBox with "chocolatey<br>
> install virtualbox"!<br>
><br>
</div>> Could we complete the trifecta with a Homebrew <<a href="http://brew.sh/" target="_blank">http://brew.sh/</a>> formula<br>
<div class="im">> for Mac users? They'll be able to "brew install virtualbox", and that<br>
> would make lots of people happy!<br>
<br>
</div>I don't get it... what's stopping you from doing a fully automated<br>
install of what we ship in the .dmg package? Mounting a dmg is not<br>
rocket science (thought that Mac OS users know this, using hdiutil).<br>
<br>
"installer -pkg /path/to/mounted/dmg/VirtualBox.pkg" does all the work,<br>
and one can unmount the dmg afterwards.<br>
<br>
There's nothing missing from what I can tell...<br>
<br>
Klaus<br>
<br>
_______________________________________________<br>
vbox-dev mailing list<br>
<a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br>
<a href="https://www.virtualbox.org/mailman/listinfo/vbox-dev" target="_blank">https://www.virtualbox.org/mailman/listinfo/vbox-dev</a><br>
</blockquote></div><br></div>