Results 1 to 5 of 5

Thread: Installing .deb files using the app center in Ubuntu 23.10

  1. #1
    Join Date
    Oct 2008
    Beans
    48

    Installing .deb files using the app center in Ubuntu 23.10

    Can't install .deb files using the software center is there a fix or work around for this?

    Thanks

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

    Re: Installing .deb files using the app center in Ubuntu 23.10

    CLI method
    Code:
    dpkg -i /full/path/to/.deb
    or Gdebi
    Code:
    sudo apt install gdebi
    Just right click on the downloaded .deb file and select Open with other applications. (And choose gdebi of course)

    More on that: https://itsfoss.com/gdebi-default-ub...ftware-center/
    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
    Oct 2008
    Beans
    48

    Re: Installing .deb files using the app center in Ubuntu 23.10

    Quote Originally Posted by 1fallen View Post
    CLI method
    Code:
    dpkg -i /full/path/to/.deb
    or Gdebi
    Code:
    sudo apt install gdebi
    Just right click on the downloaded .deb file and select Open with other applications. (And choose gdebi of course)

    More on that: https://itsfoss.com/gdebi-default-ub...ftware-center/
    I had forgot about gdebi thank you still gonna upgrade to 24.04 as soon as it comes out but this will do in the mean time thank you so much.

  4. #4
    Join Date
    May 2010
    Beans
    3,269

    Re: Installing .deb files using the app center in Ubuntu 23.10

    Terminal will give you useful output. You can try to satisfy deps with:
    Code:
    sudo apt -f install

  5. #5
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,752

    Re: Installing .deb files using the app center in Ubuntu 23.10

    Quote Originally Posted by mike010 View Post
    Can't install .deb files using the software center is there a fix or work around for this?

    Thanks
    What exactly happens when you choose a .deb package in the App Center for installation? You need to explain further.

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
  •