this post was submitted on 04 Aug 2023
37 points (87.8% liked)

Linux

47237 readers
3343 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I mean, is it really worth it to compile every single program that I install? Wouldn't that be a waste of time? I am inclined to try it out but on the other hand idk

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago

Personally I don't compile Firefox (there's a binary package) so my update times aren't that bad. With LTO disabled for LLVM and any webkit package (qt one for kde, gtk one for gnome) if you use a desktoo environment, it's usually fairy quick to install things. The initial build times when setting up the system can be several hours in total on midrange CPU though.

But if compiling all your packages for the ability to choose your own optimizations, package features (via USE flags) and just about everything else on your system doesn't excite you, it's probably not worth it. You can stick with Arch and still maintain pretty good control over your system compared to a more prebuilt distro. But if it does excite you, grab the Gentoo AMD64 handbook and get cracking! You can come over to [email protected] with any questions (it's not that active yet, but I do hope it'll eventually be useful as a repository of knowledge and questions being asked and answered sure helps with that).