this post was submitted on 17 Jan 2025
385 points (98.7% liked)
Programmer Humor
20176 readers
658 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
An ebuild is a definition - a recipe, if you will - of how a package is built from some source by portage, a Gentoo package manager.
Very few things are trully impossible in linux land, but having multiple package managers on a single system is just asking for trouble.
You could try setting up a gentoo prefix and get the benefits of portage that way, but I've not beem able to accomplish that the single time that I tried.
Ah okay, specific for Gentoo, I see. Thus, since I'm in *buntu land (
--minimal-install
, so nosnap
fuckery), it's better to just set up anapt
repo and use my build containers to push to that.Nix/Guix are specifically designed to not interfere with the rest of your system.