Open links in new tab
  1. How do I install a .deb file via the command line? - Ask Ubuntu

    May 6, 2011 · I usually associate .deb files with GDebi as it is fast and efficient - especially compared to Ubuntu Software Center. One of the main feature of GDebi is it resolves dependencies and installs …

  2. How to install a deb file, by dpkg -i or by apt?

    Jul 22, 2025 · I have a deb package for installation. Shall I install by dpkg -i my.deb, or by apt? Will both handle the software dependency problem well? If by apt, how can I install from the deb by apt?

  3. How to let `dpkg -i` install dependencies for me? - Ask Ubuntu

    Gdebi gdebi installs a deb package and its dependencies. To use it run: sudo gdebi package.deb In newer versions of Ubuntu, this is not installed by default, so you will need to install it from the …

  4. What does Linux do when it runs a .deb file? - Unix & Linux Stack …

    Jun 30, 2021 · A .deb file is an archive (extract it via ar x package.deb or just list contents via dpkg -c package.deb) with the following contents: data.tar.xz, control.tar.gz, debian-binary data.tar.xz Extract …

  5. Easily unpack DEB, edit postinst, and repack DEB

    Jul 18, 2019 · The primary command to manipulate deb packages is dpkg-deb. To unpack the package, create an empty directory and switch to it, then run dpkg-deb to extract its control information and the …

  6. How to update software installed via .deb file - Ask Ubuntu

    Dec 2, 2017 · There are so many software which we installed via .deb file because official ubuntu repo has very old version of it. But I was just wondering how to update packages install via .deb file. One …

  7. Ubuntu 24.04 APT - Specify Architecture Using .sources Files

    May 16, 2024 · A full list of other, optional keys which can be used in .sources files can be found in the sources.list manpage, section "THE DEB AND DEB-SRC TYPES: OPTIONS". However, .list files …

  8. How to install locally stored ".deb" packages? - Unix & Linux Stack ...

    Jul 6, 2021 · How to install locally stored ".deb" packages? Ask Question Asked 4 years, 9 months ago Modified 5 months ago

  9. Ubuntu 24.04 getting error You must put some 'deb-src' URIs in your ...

    Ubuntu 24.04 getting error You must put some 'deb-src' URIs in your sources.list when issuing apt-get build-dep Ask Question Asked 1 year, 11 months ago Modified 8 months ago

  10. What is the signed-by option in deb command? - Ask Ubuntu

    Feb 9, 2022 · The sources.list manpage describes this option: · Signed-By (signed-by) is an option to require a repository to pass apt-secure(8) verification with a certain set of keys rather than all trusted …