ubuntu14.04安装subversion出现错误

时间:2023-02-04 16:08:34
hadoop@master:~$ sudo apt-get install subversion
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:
 google-chrome-stable : Depends: libappindicator1 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
hadoop@master:~$ 
然后使用apt-get -f install指令,爆出下面错误:
hadoop@master:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
  linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libappindicator1 libindicator7
The following NEW packages will be installed:
  libappindicator1 libindicator7
0 upgraded, 2 newly installed, 0 to remove and 86 not upgraded.
1 not fully installed or removed.
Need to get 38.6 kB of archives.
After this operation, 195 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libindicator7 i386 12.10.2+14.04.20141007.1-0ubuntu1 [20.9 kB]
Fetched 250 B in 27s (8 B/s)
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libi/libindicator/libindicator7_12.10.2+14.04.20141007.1-0ubuntu1_i386.deb  Size mismatch

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/liba/libappindicator/libappindicator1_12.10.1+13.10.20130920-0ubuntu4.1_i386.deb  

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

hadoop@master:~$

有人遇到过吗,求指教

2 个解决方案

#1


问题已解决,将缺少的两个包下载下来即可

#2


将缺少的两个包下载下来直接安装就行

#1


问题已解决,将缺少的两个包下载下来即可

#2


将缺少的两个包下载下来直接安装就行