I didn’t install a flatpak or snap from the software store.

What kind of package did I install through the command line? Thanks I’m a newb.

  • isgleas@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    1 day ago

    It depends on the specifics of the install script, it could be it called to directly download and install the binaries (no packaging), or it ran a set of validations then download and install a native package (.deb in this case).

    • yourFanatic@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      1 day ago

      Ok thanks yeah it was a .deb package. It says it in the command where I installed the repository. I thought all packages were supposed to be either snap or flatpak but now I understand.

      • isgleas@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        1 day ago

        Flatpaks and Snaps are supposed to replace native distro packaging, in order to be distro agnostic (you could run it on any distro), the issue with Snaps is that it depends on Canonical’s mood and it is Ubuntu “native”, whereas Flatpak is way more used elsewhere.

        There is AppImages as well, but it used to a lesser extent.