I have some cool projects that I use such as zellij and yazi that I use but aren’t in the debian repos, I would like to attempt to package them myself, is there any guides on how to do such? were could I get some help learning how to package things?

  • dan@upvote.au
    link
    fedilink
    arrow-up
    5
    ·
    22 days ago

    For me, I like knowing that apt update && apt upgrade will upgrade everything, instead of having to remember about all the special cases.

    On servers, I try to install everything from either Debian packages or Docker containers, to make upgrading simpler.

    • hobata@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      22 days ago

      But for apt update && apt upgrade to work, the stuff must be maintained and packaged by somebody.