Most common method for software installation?
|
| Rely on 3rd party to do it, e.g., friend, family | |
| Go to store, buy boxed content, install from disc | |
| Go to web site, download executable installer | |
| Open a package manager, let it install pre-compiled binaries | |
| Open a package manager, let it compile source code | |
| Find source code, compile with custom options |
Welcome! OmniNerd's content is generated by nerds like you. Learn more.
Package Manager for Binaries or Compilation = Nice by markmcb :: NR7 :: Show
I’m a huge fan of Fedora and its yum package manager. There’s nothing quite like being able to just type “yum install firefox” and have the software go find it, install it, and also let you know about updates … oh yeah, and they’ve all been tested.
MacPorts on OS X is growing on me too, but I’m not always ready to wait on long compile times. Sometimes I’ll go to get something and its 15 upstream dependencies result in a long wait. Don’t get me wrong, it’s cool that it handles all the grunt work of dependencies and compiling, but I do like the instant gratification of an immediately installed binary vs. a compiled solution.
Even when I have to use Windows, I always go grab a copy of cygwin before I do much of anything.