首先输入命令时出现了以下报错: The following packages have unmet dependencies: libtirpc-dev : Depends: libtirpc3 (= 1.3.2-2build1) but 1.3.2-2ubuntu0.1 is to be installed E: Unable to correct problems, you have held broken packages. 依赖文件的版本不对,针对这个问题的解决方案就是安装老版本就...
ubuntu - How do I resolve The following packages have unmet dependencies - Stack Overflow 安装aptitude工具 sudo apt-get install aptitude 使用aptitude安装指定包 sudo aptitude install <package-name>...
oot@roto-virtual-machine:/etc/apt# apt-get install redis-server Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: nova-volume: Depends: nova-com...
Install build dependencies Building Manually Parse JSON to retrieve download URL Create a temp directory Extract tarball Fill variables Generate .deb packages Related NSCQ library NVIDIA driver See also RPM Contributing apt packaging fabric manager ...
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是内核文件,从...
build-dep causes apt-get to install/remove packages in an attempt to satisfy the build dependencies for a source package. 经过理解得出: build-dep参数是指建立某个要编译软件的环境,可以这样理解:比如我们现在要手工编译apache,那如果想让编译正常通过,你可以事先把编译过程中需要用到的软件包先配置好。
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 specify a solution). ...
Install build dependencies Building Manually Related Fabric Manager NVIDIA driver See also RPM Contributing Deliverables This repo contains the template files used to build the following DEB packages: note: XXX is the first . delimited field in the driver version, ex: 525 in 525.85.12 - lib...
apt-get install <package_name> This command installs a new package. apt-get build-dep <package_name> This command searches the repositories and installs the build dependencies for <package_name>. If the package is not in the repositories it will return an error. aptitude install <package...
# 1) 安装软件包 apt-get install PackageName # 普通安装 apt-get --reinstall install PackageName # 重新安装 apt-get install PackageName=VersionName # 安装指定包的指定版本 apt-get install -f # 修复依赖关系 apt-get build-dep PackageName # 安装源码包所需要的编译环境 apt-get source PackageName...