вечер добрый,
давече поставил себе mysql для изучения - при установке поползли ошибки с зависимостями.
теперь не могу не убить пакет mysql - ни поставить ничего нового
apt-get -f install говорит следующее
root@asus:~/Desktop# 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:
x-dev
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libc6-i386
The following packages will be upgraded:
libc6-i386
1 upgraded, 0 newly installed, 0 to remove and 140 not upgraded.
1 not fully installed or removed.
Need to get 0B/3706kB of archives.
After unpacking 24.6kB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 61720 files and directories currently installed.)
Preparing to replace libc6-i386 2.5-11 (using .../libc6-i386_2.6-2_amd64.deb) ...
Unpacking replacement libc6-i386 ...
dpkg: error processing /var/cache/apt/archives/libc6-i386_2.6-2_amd64.deb (--unpack):
trying to overwrite `/usr/lib32', which is also in package lib32z1
Errors were encountered while processing:
/var/cache/apt/archives/libc6-i386_2.6-2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
что делать то?
Решено: Ошибка с зависимостями (при установке новых пакетов)
Модератор: Bizdelnick
-
masloff
- Сообщения: 156
- ОС: opensolaris 2008.11
Решено: Ошибка с зависимостями
Registered Linux user number 447778
-
masloff
- Сообщения: 156
- ОС: opensolaris 2008.11
Re: Решено: Ошибка с зависимостями
вопрос был решен, может, кому то будет полезно.
сделал по совету с linuxquestions
dpkg -i --force-overwrite /var/cache/apt/archives/libc6-i386_2.6-2_amd64.deb
потом
dpkg --configure -a
what you are seeing is a packaging error only one package at a time can have the same file in it.
тему можно закрыть, спасибо всем
Спасибо, уважаемый masloff, что запостили решение проблемы. Все бы так
. (J)
сделал по совету с linuxquestions
dpkg -i --force-overwrite /var/cache/apt/archives/libc6-i386_2.6-2_amd64.deb
потом
dpkg --configure -a
what you are seeing is a packaging error only one package at a time can have the same file in it.
тему можно закрыть, спасибо всем
Спасибо, уважаемый masloff, что запостили решение проблемы. Все бы так
Registered Linux user number 447778