• fl42v@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Which is by almost all means better than downloading a random crap of a package from the web because “that’s how it’s done on wondows”. Seriously, distributing software via repositories is like second most important reason the situation with malware isn’t the same on the desktop Linux market (the first being small market share). And nope, that’s not because Linux is somehow “more secure”, which it isn’t.

  • phx@lemmy.ca
    link
    fedilink
    arrow-up
    26
    ·
    1 year ago

    Try command line?

    dpkg -i /path/to/package.deb

    That’s likely an app just not installed by default for GUI

    • LinuxSBC@lemm.ee
      link
      fedilink
      arrow-up
      58
      ·
      1 year ago

      Correct, but new users don’t want to need the command line for something as simple as installing packages.

      • Kusimulkku@lemm.ee
        link
        fedilink
        arrow-up
        48
        ·
        1 year ago

        New users probably shouldn’t be installing .debs, especially if they don’t know about terminal commands. I’ve seen so many fucked up systems from people treating Linux as Windows, as in installing everything by searching for stuff on their browser, downloading an installer and installing that.

        • setVeryLoud(true);@lemmy.ca
          link
          fedilink
          arrow-up
          22
          ·
          1 year ago

          Problem is a lot of closed source software still release their software as .deb or .rpm packages that installs their repos so you can install their software from the software centre.

          • Holzkohlen@feddit.de
            link
            fedilink
            arrow-up
            3
            ·
            1 year ago

            Tell them to install via flatpak. Spotify, Discord and so on should be available as flatpak via Gnome Software or the KDE software center. NOW on Ubuntu, this is anyone’s guess. I’m guessing there is no flatpak support by default. Ubuntu is doing the linux community a disservice.

          • Kusimulkku@lemm.ee
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            I’m telling them that because it is a poor idea. But preferably the system should fix user mistake and behind the scenes just install Discord from repo or flatpak, with option to bypass this behaviour for those who know what they’re doing.

            Preferably these software vendors would know to guide users towards proper ways of installing stuff, but that’s not happening.

        • hiddengoat@kbin.social
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          In other words, you’ve seen fucked up systems because people treat their Linux system like literally every non-Linux system they’ve used.

          Which is a Linux problem, not a user problem.

  • rotopenguin@infosec.pub
    link
    fedilink
    English
    arrow-up
    10
    ·
    1 year ago

    If a website stuffed a .deb into your Downloads folder and you click on it, should the default behaviour be to run it? Is there a significant pile of Ubuntu software out there that is unavailable in the apt and snap and flatpak stores? Other stores such as Steam and Epic (Heroic) are easily installable via … starting in your apt/snap/flatpak store.

      • jonne@infosec.pub
        link
        fedilink
        arrow-up
        4
        ·
        1 year ago

        It can install a service that will start automatically after install, so for all intents and purposes, if you click it and enter your sudo password, you might as well have run an executable.

    • jsdz@lemmy.ml
      link
      fedilink
      arrow-up
      5
      ·
      1 year ago

      Well, that marks the first time I’ve seen anyone refer to it as “the apt store.” Thanks, I hate it.

  • thepiguy@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    1 year ago

    Unpopular opinion, I think this should be like this if there exists a snap or a package in the repo for it. Even if this is a bug. Maybe they should make a popup educating users about how they don’t need to download installers. As for apps like discord, I believe there is a well maintained snap package available to install easily from the app center. I can’t seem to find chrome there sadly, but it is on flathub. I hope it gets a package.

    • MazonnaCara89@lemmy.mlOP
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      I don’t agree with you on this, people are used to install app on other operating systems this way, there is a better way yes I’m not arguing this, but a lot of proprietary software is distributed this way and not on the snap store, and being ubuntu a noob friendly distro make it worse for the averange user to search the internet only to install deb packages instead of providing a user friendly interface!

      • thepiguy@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        1 year ago

        Yup, I understand that people are going to search for an installer and install it that way. What I am saying is maybe they should direct users to the snap store or something if the package they are trying to install exists on there already. Pretty non intrusive way to make sure they are doing it the right way.

        Edit: this is not me advocating for snaps btw. I don’t care what package manager anyone uses, as long as its not bricking your system.