About 92 results
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. 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 …

  4. 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 …

  5. 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 …

  6. 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

  7. 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

  8. How to have both arch=amd64 and trusted=yes in sources.list of apt ...

    Feb 25, 2020 · deb [trusted=yes, arch=amd64] http://pathtoserver/ubuntu bionic main or something like that where I can have only amd64 as options and trusted should be yes. in Ubuntu 18.04 Bionic.

  9. apt - How to install Thunderbird as a traditional deb package without ...

    May 9, 2024 · In Ubuntu 24.04, Thunderbird is installed as a snap app. How to install thunderbird without snap, e.g. from the Mozilla Team PPA?

  10. What is the simplest Debian Packaging Guide? - Ask Ubuntu

    Aug 6, 2010 · This is a good HOWTO for creating a basic .deb file. It is suitable for creating .deb files for personal use but not stringent enough if you want to the package to be included in Debian / Ubuntu - …