• CyclohexaneM
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Are your systems the same architecture and similar profiles? If so, then yes. It’s just a matter of enabling it and running the quickpkg command.

    Otherwise, it’s a bit harder. You’ll be using cross compiler (if different architecture) and a chroot. You’ll have to setup the host to compile for the target systems whenever you do updates. The initial compile will take a while since it’ll compile basically everything.

      • CyclohexaneM
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        If recommend checking out the gentoo wiki on “binary package guide” or something like that. It explains quickpkg and everything else.