18
How do I install a specific version of a package?
(lemmy.world)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
Getting an old package will work for a while, but sooner or later dependencies will start to break and then you'll be back to square 1. At that point you'll need to rebuild it, and when that fails you'll need to start adding patches... and this is just one package. there's an increasing amount of slop in linux, including the kernel itself, i'm afraid if you have a purist attitude you're gonna want to start looking at other projects like freebsd.
Yeah I know, if I had the knowledge and energy, I'd fork the Linux kernel, while removing most if not all the slop contributions. As for the compiler(s), I have plans of forking, and adding my own improvements upon the language too (fixing
opApply, etc).