LINUX.ORG.RU

Подскажите, как установить docker-ce в Debian Jessie 32 bit с ядром 64bit, multiarch

 , ,


0

1

там куча зависимостей и в конечном итоге хочет снести bsdutils и т.п.


нельзя ли как то простой командой переделать архитектуру на amd64 или хотябы установить пакеты этой архитектуры параллельно i386?


apt-get install docker-ce

Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
docker-ce:amd64 : Depends: libsystemd0:amd64 but it is not going to be installed
Recommends: cgroupfs-mount:amd64 but it is not installable or
cgroup-lite:amd64 but it is not installable

apt-get install docker-ce libsystemd0:amd64 libgcrypt20:amd64 libgpg-error0:amd64

★★

Последнее исправление: sanyock (всего исправлений: 1)

Ответ на: комментарий от l0stparadise

Ну добавьте репозиторий с вашей архитектурой, тогда конфликтов не будет.

dpkg --print-foreign-architectures

amd64


cat jessie.list

#MAIN
# deb http://ftp.us.debian.org/debian jessie main contrib non-free
deb [arch=amd64,i386] http://mirror.yandex.ru/debian jessie main contrib non-free


#SECURITY
deb [arch=amd64,i386] http://security.us.debian.org jessie/updates main contrib non-free
# deb http://mirror.yandex.ru/debian jessie/updates main contrib non-free


#UPDATES
deb [arch=amd64,i386] http://mirror.yandex.ru/debian jessie-updates main contrib non-free
deb [arch=amd64,i386] http://mirror.yandex.ru/debian jessie-proposed-updates main contrib non-free

#BACKPORTS
#deb [arch=amd64,i386] http://mirrors.kernel.org/debian jessie-backports main contrib non-free


что не так?

sanyock ★★
() автор топика
Ответ на: комментарий от sanyock

наверно проще поставить с нуля 64bit, используя старые конфиги

sanyock ★★
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.