• 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.