• T156@lemmy.world
    link
    fedilink
    English
    arrow-up
    9
    ·
    10 days ago

    Linux also always allowed you to install applications directly. Everyone just uses package management software at this point because it’s all well managed and easier to keep things updated, but you can still install things manually with make.

    You only need make if you’re compiling. Installating precompiled software is somewhat easier, since it’s basically just copying to /bin. If you know where that is, then it’s simple.

    • PoolloverNathan@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      10 days ago

      There’s even .deb, .rpm, flakes, whatever pacman uses, … that are just package files that copy to /bin/ for you, like .apk/.ipas.