我想安裝在我的Linux Mint的IA32的-庫,但是當我使用apt-get
,它告訴我某事像這樣:如何在64位Linux中安裝ia32-libs?
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)
有沒有解決這個問題的方法?
不確定你的問題,因爲我不是一個合適的用戶,但似乎你有很多東西被安裝爲其他東西的依賴。你可以用'apt-get autoremove'來清除它。每隔一段時間運行一次以清理系統。 –