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

    Sep 15, 2021 · If file is only one, then afaik dpkg -i /path/file.deb is ok and simple (make sure apt user has access to the path, for user home folder it usually does not). In case of several deb …

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

    So if you have a .deb file, you can install it by: Using: sudo dpkg -i /path/to/deb/file sudo apt-get install -f Using: sudo apt install ./name.deb Or. sudo apt install /path/to/package/name.deb …

  3. debian - What does Linux do when it runs a .deb file? - Unix

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

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

    If the simulated command completes successfully, run the following command to install package-name.deb. sudo apt install ./package-name.deb. There can be multiple .deb files in the same …

  5. How do I execute a .deb file - Ask Ubuntu

    Mar 25, 2018 · Calling dpkg -i deb-creator-i386.deb directly is not good idea because of dependencies. Better ways are: sudo apt-get install ./deb-creator-i386.deb and GDebI: sudo …

  6. How do I install downloaded .deb file [duplicate] - Ask Ubuntu

    May 10, 2020 · I installed gdebi and tried to install passwordsafe-ubuntu18-1.10-amd64.deb and got Error: Dependency is not satisfiable: libwxgtk3.0-0v5 (>=3.0.0-2)|- libwxgtk3.0-0(>=3.0.0-2) …

  7. package management - Difference between .deb files and .run file

    Oct 30, 2015 · A .deb file is a package for Debian or for a derivative such as Ubuntu or Mint. Debian packages contain the files that belong to the package as well as a “control file” which …

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

    Feb 25, 2020 · Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for …

  9. Extract one particular file from a .deb package file - Ask Ubuntu

    May 3, 2024 · Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for …

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

    Jun 29, 2015 · The right way of building a deb package is using dpkg-buildpackage but sometimes it is a little bit complicated. Instead you can use dpkg -b <folder> and it will create …

Refresh