Hi, I need to install "openjdk-7-jre-headless:i386" package in my amd64 Debian 8 system. However, it depends on "libstdc++6:i386" package which seems to break my system:
# apt-cache depends libstdc++6:i386 libstdc++6:i386 Depends: gcc-4.9-base:i386 Depends: libc6:i386 Depends: libgcc1:i386 PreDepends: multiarch-support:i386 multiarch-support Conflicts: scim Conflicts: scim:i386 Breaks: <gcc-4.3> Breaks: <gcc-4.3:i386> Breaks: <gcc-4.4> Breaks: <gcc-4.4:i386> Breaks: <gcc-4.5> Breaks: <gcc-4.5:i386> Replaces: libstdc++6-4.9-dbg Replaces: libstdc++6-4.9-dbg:i386 Replaces: libstdc++6 Breaks: libstdc++6 # # apt-get install libstdc++6:i386 Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: efibootmgr gimp-data ipxe-qemu libaa1 libaio1 libamd2.3.1 libasyncns0 libavresample2 libavutil54 libbabl-0.1-0 libbiniou-ocaml libbluetooth3 libbrlapi0.6 libbz2-dev libbz2-ocaml libcacard0 libcamd2.3.1 libccolamd2.8.0 libcholmod2.1.2 libcolamd2.8.0 libconfig-file-perl libcupsfilters1 libcupsimage2 libdirectfb-1.2-9 libdjvulibre-text libeasy-format-ocaml libefivar0 libfdt1 libfindlib-ocaml libflac8 libfuse2 libgimp2.0 libgs9 libgs9-common libgsm1 libgudev-1.0-0 libijs-0.35 libjbig2dec0 liblist-moreutils-perl libmng1 libmp3lame0 libogg0 libopencore-amrnb0 libopencore-amrwb0 liborc-0.4-0 libpaper1 libpulse0 libregexp-assemble-perl libseccomp2 libsndfile1 libspeex1 libspice-server1 libtheora0 libumfpack5.6.2 libusbredirparser1 libva1 libvdeplug2 libvo-aacenc0 libvo-amrwbenc0 libvorbis0a libvorbisenc2 libvpx1 libwmf0.2-7 libx264-142 libxen-4.4 libxenstore3.0 libxvidcore4 libyajl2 libyojson-ocaml libzip-ocaml linux-headers-3.16.0-4-common linux-kbuild-3.16 ocaml-findlib openbios-ppc openbios-sparc openhackware os-prober qemu-slof qemu-system-common qemu-utils seabios Use 'apt-get autoremove' to remove them. The following packages will be REMOVED: adwaita-icon-theme apt apt-file apt-show-versions apt-utils apvlv build-essential chromium debhelper firefox-esr g++ g++-4.9 gcc gcc-4.8 gcc-4.9 gdisk gettext gettext-base gimp glib-networking glib-networking-services groff-base grub-common grub-efi-amd64 grub-efi-amd64-bin grub2-common iceweasel intltool-debian iperf libapt-inst1.5 libapt-pkg-perl libapt-pkg4.12 libasan0 libasan1 libasprintf0c2 libavcodec56 libavformat56 libbiniou-ocaml-dev libboost-iostreams1.55.0 libbz2-ocaml-dev libcaca0 libcilkrts5 libdjvulibre21 libeasy-format-ocaml-dev libegl1-mesa libgbm1 libgcc-4.8-dev libgcc-4.9-dev libgegl-0.2-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libhunspell-1.3-0 libicu52 libilmbase6 libjack-jackd2-0 liblinear1 libllvm3.5 liblsan0 libopenexr6 libopenraw1 libpoppler-glib8 libpoppler46 libportaudio2 libproxy1 libpsl0 librest-0.7-0 libschroedinger-1.0-0 libsdl1.2debian libsoup-gnome2.4-1 libsoup2.4-1 libstdc++-4.9-dev libstdc++6 libtool libtsan0 libubsan0 libxatracker2 libyojson-ocaml-dev libzip-ocaml-dev linux-compiler-gcc-4.8-x86 linux-headers-3.16.0-4-amd64 man-db nmap ocaml-compiler-libs ocaml-interp ocaml-nox po-debconf poppler-utils qemu qemu-system qemu-system-arm qemu-system-mips qemu-system-misc qemu-system-ppc qemu-system-sparc qemu-system-x86 qemu-user snmp-mibs-downloader tasksel tasksel-data telnet unrar wget wireshark xpdf xserver-xorg xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-evdev xserver-xorg-input-mouse xserver-xorg-input-synaptics xserver-xorg-input-vmmouse xserver-xorg-video-all xserver-xorg-video-ati xserver-xorg-video-cirrus xserver-xorg-video-fbdev xserver-xorg-video-intel xserver-xorg-video-mach64 xserver-xorg-video-mga xserver-xorg-video-modesetting xserver-xorg-video-neomagic xserver-xorg-video-nouveau xserver-xorg-video-openchrome xserver-xorg-video-r128 xserver-xorg-video-radeon xserver-xorg-video-savage xserver-xorg-video-siliconmotion xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident xserver-xorg-video-vesa xserver-xorg-video-vmware xvnc4viewer The following NEW packages will be installed: libstdc++6:i386 WARNING: The following essential packages will be removed. This should NOT be done unless you know exactly what you are doing! apt libapt-pkg4.12 (due to apt) libstdc++6 (due to apt) 0 upgraded, 1 newly installed, 133 to remove and 0 not upgraded. Need to get 288 kB of archives. After this operation, 971 MB disk space will be freed. You are about to do something potentially harmful. To continue type in the phrase 'Yes, do as I say!' ?] n Abort. # Is there a way to install "libstdc++6:i386" package without breaking "libstdc++6"? thanks, Martin