我想在我的 linux mint 中安装 ia32-libs,但是当我使用它时apt-get
,它告诉我这样的事情:
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:
gconf2 : Depends: gconf-service (= 3.2.6-1)
ia32-libs : Depends: ia32-libs-i386
libc6 : Breaks: locales (< 2.17)
libgconf2-4 : Depends: libgconf-2-4 (= 3.2.6-1) but 3.2.6-0ubuntu1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
语言环境包坏了吗?然后我使用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:
dh-apparmor emacs23-bin-common emacs23-common emacs23-common-non-dfsg fonts-texgyre html2text language-pack-zh-hans language-pack-zh-hans-base latex-beamer latex-xcolor libimobiledevice2
libkrb5-dev libusbmuxd1 pgf prosper ps2eps systemtap-common systemtap-runtime tex-gyre texlive-extra-utils texlive-font-utils texlive-fonts-recommended texlive-fonts-recommended-doc
texlive-latex-recommended texlive-latex-recommended-doc texlive-pstricks texlive-pstricks-doc tipa ttf-marvosym
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
gconf-service gconf2-common libgconf-2-4 locales
The following packages will be REMOVED:
gconf-service-backend language-pack-gnome-en language-pack-gnome-en-base language-pack-gnome-zh-hans language-pack-gnome-zh-hans-base ubuntu-minimal
The following packages will be upgraded:
gconf-service gconf2-common libgconf-2-4 locales
4 upgraded, 0 newly installed, 6 to remove and 1576 not upgraded.
4 not fully installed or removed.
Need to get 0 B/5,679 kB of archives.
After this operation, 4,895 kB disk space will be freed.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
locales gconf-service libgconf-2-4 gconf2-common
Install these packages without verification [y/N]? y
Preconfiguring packages ...
(Reading database ... 219432 files and directories currently installed.)
Preparing to replace locales 2.13+git20120306-9 (using .../locales_2.17-92_all.deb) ...
Unpacking replacement locales ...
dpkg: error processing /var/cache/apt/archives/locales_2.17-92_all.deb (--unpack):
**trying to overwrite '/usr/sbin/validlocale', which is also in package libc-bin 2.17-0ubuntu5**
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/locales_2.17-92_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
有什么方法可以解决这个问题吗?