• T156@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    ·
    5 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.

    • privatizetwiddle@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      6
      ·
      5 days ago

      make install typically also handles copying things like libraries, shared assets, and docs as needed, but yeah precompiled software is usually a tar… or loading a downloaded package file into the package manager.

    • PoolloverNathan@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      5 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.