|
刚(安装好的debian的base system(硬盘安装),准备用网络安装
base-config命令来安装软件,出现了如下错误
用apt-get vim来测试,也出现了同样的错误,一个软件包也安装不上去
E: This installation run will require temporarily removing the essential package e2fsprogs due to a Conflicts/Pre-Depends loop. This is often bad, but if you really want to do it, activate the APT::Force-LoopBreak option.
E: Internal Error, Could not early remove e2fsprogs
##########以下的goolge上找到的####################
On Tuesday 13 September 2005 01:44 pm, Shawn Ross wrote:
> So, I created a file (/etc/apt/apt.conf):
> This file only has 1 line:
>
> APT::Force-LoopBreak "1"
You need a semicolon (";") at the end of the line here.
> I have also tried running "apt-get -o=" with the contents of the apt.conf
> file (when the apt.conf file doesn't exist) and it also gives me the SYNTAX
> error. I have tried both the file and command-line methods with all of the
> combinations above, even using case-sensitivity as a factor.
apt-get -o "APT::Force-Loopbreak=true" ...
See also apt.conf(5) and apt-get(8).
Daniel
################################
我是debian新手, 请问问题出来哪?如何解决?
上面描述的是什么样的问题? |
|