• 0 Posts
  • 86 Comments
Joined 2 years ago
cake
Cake day: August 17th, 2023

help-circle















  • The standout feature of Gentoo is its configurability; you can configure portage, the package manager, to enable and disable features of a package at build time.

    Say you don’t have Bluetooth. You can just exclude Bluetooth from every package by setting the use flag globally:

    */* -bluetooth
    

    it can even manage dependencies, a good example is picking pipewire over pulse.

    It’s also easy to package software that isn’t in the official repos - here’s a post where I did just that.

    The community is fantastic and supportive, and you can often get a near immediate response in IRC.

    Finally the documentation is excellent, especually the handbook.