Could never figure it out, same with anything that isn’t a flatpak from the popshop

  • pezhore
    link
    fedilink
    arrow-up
    34
    ·
    30 days ago
    • Step 1: download deb
    • Step 2: open a terminal
    • Step 3: sudo dpkg -i /path/to/yourde.deb

    Now whether or not all the packages are fubared at this point is unknown, but that’s how to install a deb file.

    • deafboy@lemmy.world
      link
      fedilink
      arrow-up
      16
      ·
      30 days ago

      this usually errors out on some missing dependencies.

      apt-get -f install

      should get them and continue with the installation.

      However, as other have said, get an app like gdebi or eddy, and install the .deb throug that.

    • Max-P@lemmy.max-p.me
      link
      fedilink
      arrow-up
      7
      ·
      30 days ago

      Now whether or not all the packages are fubared at this point is unknown, but that’s how to install a deb file.

      Normal dependency checks will still be performed so it won’t wreck the system.

    • 10_0OP
      link
      fedilink
      arrow-up
      6
      arrow-down
      2
      ·
      30 days ago

      Is there some an app so I don’t have to use the terminal?

      • pezhore
        link
        fedilink
        arrow-up
        12
        ·
        30 days ago

        Does it have Discovery as a normal app store? You might be able to use that.

        Honestly, give the terminal a shot - it’s not as complicated as you may think.

      • anon5621
        link
        fedilink
        arrow-up
        8
        ·
        29 days ago

        I don’t know what this people talking about,u need just double click on deb file it will open grahical installer,if not check file assisation it shoulb be assigned to Eddy program.It’s pop os alternative to gdebi.

      • n2burns@lemmy.ca
        link
        fedilink
        arrow-up
        5
        ·
        30 days ago

        In addition to what other people have said about gdebi, I’m surprised it’s not there by default in Pop. I thought it was there in pretty much all Ubuntu-based distros (except where alternatives are used).

        I totally get not wanting to use the terminal for this purpose. It’s pretty rare that I download and install a .deb, but when I do, it’s nice to just click it straight from the browser and not have to navigate to my download folder in the terminal. And given how rarely I download and install .deb files, I have to look up the command every time.