Results 1 to 7 of 7

Thread: Deb packages not installing in Ubuntu 24.04

  1. #1
    Join Date
    Dec 2009
    Location
    Digital Nomad
    Beans
    23
    Distro
    Ubuntu 24.04 Noble Numbat

    Deb packages not installing in Ubuntu 24.04

    Dear community,

    I just installed Ubuntu desktop 24.04. Before I was able to doubleclick a deb package. Now when clicking a deb package I am getting an error:
    Could not display filename.deb . There is no app installed for "Debian package" files.
    This was working well before, and I have multiple deb files to install

    Thanks for helping.

  2. #2
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Deb packages not installing in Ubuntu 24.04

    What about "dpkg -i some.deb" ....and "gdebi" just a right click open with gdebi.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  3. #3
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Deb packages not installing in Ubuntu 24.04

    I just use
    sudo apt install /path/to/file.deb
    You must use the full path to the file or if it's in Downloads open a terminal in Downloads and run command
    sudo apt install ./file.deb
    No need for gdebi or anything else.
    You must use the ./ in that second command.
    Last edited by ajgreeny; 1 Week Ago at 11:29 PM.

  4. #4
    Join Date
    Dec 2009
    Location
    Digital Nomad
    Beans
    23
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: Deb packages not installing in Ubuntu 24.04

    Thanks. That seems to be working. But any idea why it isn't working from the desktop anymore as it did before?

  5. #5
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Deb packages not installing in Ubuntu 24.04

    Things change very quickly with Buntu, New features added some Old ones removed.

    My self like ajgreeny just get accustom to the terminal.

    BTW which one worked for you?
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  6. #6
    Join Date
    Sep 2005
    Location
    Phelan, Calif.
    Beans
    100
    Distro
    Ubuntu Mate

    Re: Deb packages not installing in Ubuntu 24.04

    Deb packages not installing in Ubuntu 24.04
    I read an article mentioning this just this morning off some Facebook link, I didn't have any problem installing a .deb file without first manually installing gdebi,just worked.
    Asrock Z590 Extreme |Intel Core i5-11400F|G.Skill Ripjaws 32GB| RTX 2060 |Ubuntu 24.04 LTS
    GIGABYTE B560M AORUS PRO|Intel Core i5-11400F|G.Skill Ripjaws 32GB|GeForce RTX 3060 | ArcoLinux

  7. #7
    Join Date
    Dec 2009
    Location
    Digital Nomad
    Beans
    23
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: Deb packages not installing in Ubuntu 24.04

    Quote Originally Posted by 1fallen View Post
    BTW which one worked for you?
    sudo apt install ./file.deb
    worked well for me

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •