About 1,120,000 results
Open links in new tab
  1. What are dependencies? - Ask Ubuntu

    By dependencies are missing the package manager is saying to you that it is attempting to install a software package (probably a program in your case) that depends on another package that …

  2. 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, 8 months ago

  3. How to download a software package with all dependencies and …

    May 9, 2018 · Can't select candidate version for package <package> as it has no candidate for several different packages. So, to restate my question, is there a way for me to download …

  4. The following packages have unmet dependencies! - Ask Ubuntu

    Dec 19, 2014 · 15 Sometimes the dependencies that need fixing are unrelated to the program you are trying to install. In my case it was giving off this error: The following have unmet …

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

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

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

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

  9. 22.04 - Dependency failed for SSSD - Ask Ubuntu

    Jan 8, 2025 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation …

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