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.

  • Sentau@discuss.tchncs.de
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    28 days ago

    Is this Pop_OS 22.04¿?

    If so there is a tool called eddy pre-installed to handle .deb file installs. All you have to do is double click on the file.

    • 10_0OP
      link
      fedilink
      arrow-up
      1
      ·
      28 days ago

      I’ve tried that but it’s hard to follow the install. Like when it installs and I press the green open button, it just doesn’t work, and doesn’t behave like I would expect it too. E.g. click open it doesn’t work, or no desktop icon is created, and it doesn’t show up in the app drawer, evening making in into an executable in the properties doesn’t work sometimes. (I would expect it to act like an .exe or flatpak.) I’ll try to get it working again rn.

      • Sentau@discuss.tchncs.de
        link
        fedilink
        arrow-up
        2
        ·
        28 days ago

        Odd. Can you share which application is it that you are trying to install. Maybe it doesn’t create a desktop file hence the lack of an launcher in the app drawer¿?

  • CannonGoBoom@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    2
    ·
    29 days ago

    Might have to right click and make sure it’s executable, then double click it to install.

  • Possibly linux@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    28 days ago

    Sounds like there is a dependency issue. Why are you trying to install an external package? Are you sure it isn’t a flatpak or native package?

    Worse case install it inside distrobox with the podman backend.

  • Timbo303
    link
    fedilink
    arrow-up
    1
    ·
    26 days ago

    Unless your program doesnt have a flatpak or appimage just avoid deb as sometimes they are behind flatpak. I noticed this in the discover store for kde plasma for example. Plus flatpaks and appimages are the future as they support all distributions instead of mainly just debian-based ones.