Let’s make this place more active!

So, title. Personally after trying out pretty much every major distro save gentoo, I’ve come back to Ubuntu because it just works and I can focus on my work. Did remove snap and install flatpak, but other than that it’s mostly stock ubuntu.

  • Kangie@lemmy.srcfiles.zip
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I use Gentoo. We have what’s probably the most flexible and powerful package manager for Linux.

    Adding new packages is trivial; an ebuild script is created which describes how to build the package, along with a little metadata. This is placed into an ebuild repository - I like to contribute to the Gentoo one, but any folder structure will do (however git is by for the most common method). It’s not uncommon for a Gentoo user to package software outside the official repos. These will have all of the features (like configurability via USE flags) that ebuilds in the official repo have.

    These repositories, for convenience, may be registered with Gentoo and linked on https://repos.gentoo.org/ where the eselect repository tool can be used to add them by name from the index. http://gpo.zugaina.org/ indexes known ebuild repos and can help you to identify whether or not something has already been packaged.