当你在Ubuntu或Debian及其衍生系统中遇到“unmet dependencies”错误,并提示“try 'apt --fix-broken install' with no packages”时,这通常意味着你的系统中有一些包的依赖关系未被正确满足。以下是一些步骤,可以帮助你解决这个问题: 1. 执行修复命令 首先,按照提示执行apt --fix-broken install命令。这个命令会尝...
Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution) 大概意思是:未设置依赖项。尝试“apt–fix broken install”,不使用包(或指定解决方案)根据问题提示信息,是由于所依赖的包linux-image-4.10.0-35-generic并没有被正确安装导致。linux-image-x.x.x是内核文件,从...
Dpkg is a package management tool that can be used to install, remove and manage packages. Similar to apt-get, it can also help to fix broken packages and missing dependencies. If you receive some errors while installing or updating the packages, try the following solution with dpkg: 1. Ex...
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages [or specify a solution]. 报错如下 解决方法 报错如下 解决方法 sudo apt --fix-broken install 1.
You might want to run'apt --fix-broken install'to correct these. The following packages have unmet dependencies: vim : Depends: vim-runtime(=2:8.0.1453-1ubuntu1.3)but 2:8.0.1453-1ubuntu1.1 is to be installed E: Unmet dependencies. Try'apt --fix-broken install'with no packages(or spec...
apt, respectivelydpkg, know which packages were broken during the upgrade and will attempt to launch the failed process (e.g. postinstall scripts) again. This can be initiated withdpkg --configure -a: root@ubuntu:~#dpkg --configure -a ...
The following NEW packages will be installed: python-is-python2 The following packages will be upgraded: libpam-modules 1 upgraded, 1 newly installed, 74 to remove and 420 not upgraded. 631 not fully installed or removed. Need to get 0 B/329 kB of archives. ...
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). 1 2 dpkg: error processing archive /var/cache/apt/archives/bsdextrautils_2.36-3+b1_amd64.deb (--unpack): trying to overwrite'/usr/share/bash-completion/completions/hexdump', which is also ...
然后apt --fix-broken install就可以了。 讨论 其实如果能取消需要往/boot里安装新内核的包的安装更好:https://askubuntu.com/questions/525088/how-to-delete-broken-packages-in-ubuntu sudo dpkg --remove --force-remove-reinstreq package_name
报错信息如下: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution) 意思是: 未满足的依赖关系。尝试不带包的“apt——fix-broken install”(或指定解决方案) 应该是升级过程中断导致的问题。 解决方案: