Hacker News new | ask | show | jobs
by jb17 4698 days ago
How did it take you weeks to install? You basically just extract a small archive.
3 comments

Then you set some env vars, compile a bunch of applications for hours and then realize that your env vars were wrong or you want to change them for some reason and you have to start compiling all over again.

Unless you want some console-only LFS. But that's not me.

I'm confident that that was hyperbole, but the overall idea is not wrong. It takes much less time to install a pre-compiled binary from a .deb or .rpm file than it does to configure and compile source code, even if you have an especially powerful CPU to hand. Why? Your distro has already done the hard work of configuring and compiling for you.
libc alone took ~48 hours on my P2-266 with 32MB RAM...

(My gentoo experience may be somewhat out of date)