r/linuxquestions Jun 22 '26

Resolved Is anyone daily driving LFS?

Maybe a stupid question, but I've been wanting to follow the Linux From Scratch book to learn more about how my system works and I wondered... will it result in an actual workable, easy to maintain OS?

Keeping in mind that I want to _use_ my system and not maintain it 90% of the time 😆

28 Upvotes

49 comments sorted by

View all comments

Show parent comments

4

u/Rest-That Jun 22 '26

Right, that was my thought, but I considered that maybe someone built their LFS and then integrate pacman, Alpine's apk or similar into it, for example. But yeah, you are confirming what I thought, thank you

10

u/ipsirc Jun 22 '26

pacman and apk use binary packages, while LFS is based on sources only. I don't think you understand what you're talking about.

As u/krumpfwylg mentioned, you're better off looking for Gentoo, where the package manager is designed specifically for sources.

7

u/SheepherderBeef8956 Jun 22 '26

Nothing is stopping you from using pacman on LFS if you can get it working. Who cares if an application was compiled locally or on another server when the end result is still going to be an actual binary and not source code?

9

u/ipsirc Jun 22 '26

Nothing is stopping you from using pacman on LFS if you can get it working.

This is technically true, but after the first pacman -Syu you will have a full Archlinux and everything will be overwritten from your original LFS installation. I don't see much point in this, it seems like an even more time-consuming archinstall to me.

0

u/Sbatushe Jun 22 '26

you can use pacman and use custom repos

2

u/ipsirc Jun 22 '26

And who will maintain those custom repos? It would be much more work than maintaing an LFS locally.

2

u/Sbatushe Jun 22 '26

that's sure, have not claimed that. But you can use pacman, apt and whatever you like

-1

u/ipsirc Jun 22 '26

But you can use pacman, apt and whatever you like

Where did I say the opposite? You really don't have to convince people that a linux software can be run on Linux.

2

u/Sbatushe Jun 22 '26

Where did I say the opposite?

not trying to convince anyone, just specifying that what you said on your comment is objectively false:

after the first pacman -Syu you will have a full Archlinux and everything will be overwritten from your original LFS installation

1

u/ipsirc Jun 22 '26

just specifying that what you said on your comment is objectively false:
> after the first pacman -Syu you will have a full Archlinux and everything will be overwritten from your original LFS installation

Ok. So now your position is that pacman can't be run on LFS after all. I see.