About 1,140,000 results
Open links in new tab
  1. How to fix dependencies / broken packages - Ask Ubuntu

    How to fix dependencies / broken packages [duplicate] Ask Question Asked 12 years, 8 months ago Modified 7 years, 7 months ago

  2. dependencies - Why cant i get openrgb to work on Ubuntu 25.04 - Ask …

    May 9, 2025 · A .deb file expect certain dependencies, which may not any more be matched on the newest Ubuntu desktop. That is why we have a package ecosystem, where, for each version of the …

  3. How to run 'apt-get install' to install all dependencies?

    89 sudo apt-get install -f This would install any dependencies that your previous installs missed. I just corrected my teamviewer and VNC installs.

  4. How can I check dependency list for a deb package

    Nov 19, 2011 · 170 How can I check dependency list for a deb package. I am running Ubuntu 11.10 and I have backed up all deb packages from var/cache/apt/archives. I want to format my pc and re-install …

  5. apt - How can I download THEN install packages? - Ask Ubuntu

    Dec 6, 2015 · For example, if you download a package and its dependencies, you need to provide all packages to dpkg, and the package management marks the dependencies as manually installed. If …

  6. Cannot Install Google Chrome. How do I fix it? - Ask Ubuntu

    Nov 23, 2012 · I can't install Google Chrome browser. I wonder why and how to fix it. Here is the log I got from my terminal when installing Google Chrome. $ sudo dpkg --install chrome.deb [sudo] …

  7. dependencies - How to install GLIBCXX_3.4.29 on Ubuntu 20.04? - Ask …

    Feb 16, 2022 · I installed dependencies, and after a failed compilation attempt, I downloaded the compiled version.

  8. apt - How to automatically fetch missing dependencies when installing ...

    Aug 22, 2011 · My question is, is there a way to tell dpkg to automatically fetch missing dependencies, or do I need to manually apt-get install missing packages like libctemplate0 and libpython2.6?

  9. Cannot install docker-desktop on ubuntu 22.04

    May 18, 2022 · Use this command to install: sudo apt-get install ./docker-desktop-<version>-<arch>.deb, and your dependencies will be resolved during installation for you. dpkg is a low-level tool, that does …

  10. How to list dependent packages (reverse dependencies)?

    Apr 30, 2012 · Using -s or --simulate to remove (or install) packages, will normally list any dependencies affected. It will show orphaned packages when removing, or needed dependencies when installing, …