this post was submitted on 06 Aug 2023
69 points (86.3% liked)

Linux

45530 readers
1083 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've installed arch Linux and liked it, but lfs and Gentoo would be too time consuming compiling everything and not doing anything during and after install. Are there any distros like arch that don't have me compiling everything?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 11 months ago (1 children)

What do you mean? Arch doesn't have you "compiling everything". It's a mostly binary distribution. The Arch repositories are binary, and more than a few of the packages in the AUR are binary as well.

I'm also not following "not doing anything during and after install" - what do you mean by after install in that sentence?

I'd love to help, but I can't figure out what your issue is. If you're looking for something like Arch, but faster and easier to set up, try Endeavor - it's basically Arch with a graphical installer and some neat extra tools.

I'd also suggest looking in to Void, since you don't appear to be afraid of the command line. You'll find it similar in approach to Arch, but everything is binary packages; there's no compiling unless you grab dev tools and pull the source from Github or Codeberg or whatever yourself.

[–] [email protected] 3 points 11 months ago (1 children)

I’m also not following “not doing anything during and after install” - what do you mean by after install in that sentence?

I made the mistake of trying to pacman -S librewolf not realizing it was going to compile from source. An hour later (on my Ryzen 7 5800X) it wasn't finished, so I killed it and installed librewolf-bin.

[–] [email protected] 3 points 11 months ago* (last edited 11 months ago) (1 children)

librewolf is not an official arch package it is in AUR. So you couldn't have just typed pacman -S librewolf to compile it; and if you really wanted it without compiling libreworlf-bin.

[–] [email protected] 1 points 11 months ago

You're right, I used yay. I used pacman to illustrate the point.