|
我需要安装包——shatutils,于是执行apt-get install
出现相关包信息,提示俺要暂时删除e2fsprogs包。我用apt-get remove e2fsprogs,这个好像不能成功。大家帮忙一下吧。谢谢先
root@1[dhp]# apt-get install sharutils
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
e2fslibs e2fsprogs libc6 libc6-dev
Suggested packages:
gpart parted e2fsck-static glibc-doc manpages-dev mailx
The following packages will be REMOVED:
initrd-tools kernel-image-2.6.8-1-386 locales
The following NEW packages will be installed:
sharutils
The following packages will be upgraded:
e2fslibs e2fsprogs libc6 libc6-dev
4 upgraded, 1 newly installed, 3 to remove and 307 not upgraded.
Need to get 0B/8460kB of archives.
After unpacking 49.5MB disk space will be freed.
Do you want to continue? [Y/n] y
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
root@1[dhp]# apt-get remove e2fsprogs
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
coreutils initrd-tools libc6 libc6-dev libconsole libselinux1 libsepol1
locales lsb-base resolvconf
Suggested packages:
glibc-doc manpages-dev dhcp3-client bind9 dnsmasq pdnsd
The following packages will be REMOVED:
base-config console-tools e2fsprogs initscripts modutils sysvinit
The following NEW packages will be installed:
libsepol1 lsb-base
The following packages will be upgraded:
coreutils initrd-tools libc6 libc6-dev libconsole libselinux1 locales
resolvconf
WARNING: The following essential packages will be removed
This should NOT be done unless you know exactly what you are doing!
e2fsprogs sysvinit initscripts (due to sysvinit)
8 upgraded, 2 newly installed, 6 to remove and 299 not upgraded.
Need to get 7305kB/15.0MB of archives.
After unpacking 1032kB disk space will be freed.
You are about to do something potentially harmful
To continue type in the phrase ‘Yes, do as I say!’ |
|