About 50 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 he …

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

    It can install single packages, and for installing the dependencies you use yum, urpmi, up2date these are all based on RPM. As noted there is a slight danger installing packages with dpkg directly, …

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

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

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

  5. How can I determine which snaps are dependencies, and which are ...

    Aug 17, 2020 · I have installed a few snap packages (snap install …). I can use snap list to list them. However I can not tell which are manually installed, and which were installed because other …

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

    Nov 19, 2011 · 173 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 …

  7. How do I resolve unmet dependencies after adding a PPA?

    Apt will attempt to correct broken dependencies. If you manually installed a package that had unmet dependencies, apt-get will install those dependencies, if possible, otherwise it may simply remove …

  8. create a dependencies for services with systemd - Ask Ubuntu

    Jan 31, 2024 · systemd does not automatically reenable services on boot, and leaves you to do this separately for a reason. You want to be able to disable services, and that is done by deleting from …

  9. apt - Issues updating kernel to 6.8.0-100 - 24.04 - Ask Ubuntu

    Feb 5, 2026 · With networking disabled, the installer does not attempt to install linux-generic from the repositories and completes successfully using the kernel shipped in the ISO. As soon as networking …

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