Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

waloshin

macrumors 68040
Original poster
Oct 9, 2008
3,560
394
Why is Mac osx so slow installing through the terminal?

I am installing software through mac ports through the terminal on my macbook air with a very fast internet connection, and obviously fast mac and it's taking forever to install software.

Linux seems to be way faster then Mac osx when installing through the terminal. Why is that?
 
Using MacPorts you are not just installing, but rather downloading the source, compiling it, and then installing that. The last part tends to spend more time printing to the screen than actually doing the work, but the middle part (compiling) is quite a process.

If you are used to rpm's on whatever linux distro you are used to, then you should compare that to .pkg installs on the Mac. MacPorts would be more like the make/install route on other platforms, and there you tend to see similar (at least ballpark) times on most platforms.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.