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...
(1)普通安装:apt-get install softname1 softname2 …; (2)修复安装:apt-get -f install softname1 softname2… ;(-f Atemp to correct broken dependencies) (3)重新安装:apt-get –reinstall install softname1 softname2…; 2、Dpkg方式 (1)普通安装:dpkg -i package_name.deb 3、源码安装(.tar...
(2,490 k) Normal packages: 39505 Pure virtual packages: 602 Single virtual packages: 3819 Mixed virtual packages: 1052 Missing: 6890 Total distinct versions: 43015 (2,753 k) Total distinct descriptions: 81048 (1,945 k) Total dependencies: 252299 (7,064 k) Total ver/file relations: 45567 ...
(2,490k)Normal packages:39505Pure virtual packages:602Single virtual packages:3819Mixed virtual packages:1052Missing:6890Total distinct versions:43015(2,753k)Total distinct descriptions:81048(1,945k)Total dependencies:252299(7,064k)Total ver/file relations:45567(729k)Total Desc/File relations:81048(...
My custom APT repository is running on my localhost for testing and will be eventually on a different machine. The lb config goes well but lb bootstrap does not. Indeed, live-build tries to resolve dependencies of each package but can't find ...
5. Once the package is downloaded, install Chrome using the dpkg command. Run the following command: sudo dpkg -i google-chrome-stable_current_amd64.deb 6. If there are any missing dependencies, you can install them by running the following command: ...
E: Unmet dependencies. Try 'apt-get -f install ' with no packages (or specify a solution) 根据错误提示,在终端输入指令:sudo apt-get -f install修复受损软件包,然后再执行安装指令:sudo apt-get install vim,成功!!!vim -v查看vim版本 如果...
(2)修复安装:apt-get -f install softname1 softname2... ;(-f Atemp to correct broken dependencies) (3)重新安装:apt-get --reinstall install softname1 softname2...; 2、Dpkg方式 (1)普通安装:dpkg -i package_name.deb 3、源码安装(.tar、tar.gz、tar.bz2、tar.Z) ...
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). 诊断: 通过资料查找,发现可能是安装的其他软件包不兼容导致了,同时根据提示需要执行“apt-get -f install ”来卸载之前的冲突包。 还有个命令是:aptitude -f install ...
Missing: 19459 Total distinct versions: 74913 (5,394 k) Total distinct descriptions: 93792 (2,251 k) Total dependencies: 573443 (16.1 M) Total ver/file relations: 78007 (1,872 k) Total Desc/File relations: 93792 (2,251 k) Total Provides mappings: 16583 (332 k) ...