• @[email protected]
    link
    fedilink
    241 year ago

    Try command line?

    dpkg -i /path/to/package.deb

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

    • @[email protected]
      link
      fedilink
      571 year ago

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

      • @[email protected]
        link
        fedilink
        321 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);
          link
          fedilink
          221 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.

          • @[email protected]
            link
            fedilink
            31 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.

          • @[email protected]
            link
            fedilink
            11 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.

    • @_I_
      link
      2
      edit-2
      1 year ago

      Personally prefer

      apt install /path/to/package.deb

      Both do the exact same thing, though.