Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 18116  / 2 Years ago, tue, october 4, 2022, 12:41:54

On my x86_64 12.10 system, when I try to



apt-get install libssl-dev:i386


apt wants to remove a bunch of things:



The following packages will be REMOVED:
build-essential dkms g++ g++-multilib gcc gcc-multilib hardening-wrapper nvidia-current
The following NEW packages will be installed:
libc6-dev:i386 libssl-dev:i386 linux-libc-dev:i386 zlib1g-dev:i386


Why does this happen? How can I install libssl-dev:i386 without losing gcc?



I noticed that libssl-dev and libssl-dev:i386 have no "Multiarch" field reported by apt-cache show, which I think means they cannot coexist. ( https://wiki.ubuntu.com/MultiarchSpec )


More From » apt

 Answers
7

libssl is not multiarch compatible at the moment.



See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689093


[#32805] Tuesday, October 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eballxeye

Total Points: 370
Total Questions: 91
Total Answers: 139

Location: Suriname
Member since Sat, Jan 1, 2022
2 Years ago
;