What's the difference between libc6:i386 and libc6-i386

前端 未结 1 1438
我寻月下人不归
我寻月下人不归 2021-01-05 01:18

I\'m using Ubuntu 14.04.2 LTS \\n \\l.

Here are the libcs I installed.

$ dpkg --list | grep libc6
ii  libc6:amd64                   


        
1条回答
  •  伪装坚强ぢ
    2021-01-05 02:02

    libc6:i386 is the i386 version of libc for i386 architecture kernels/systems. This is for running packages built for i386 systems and would be required if you are trying to use i386 packages on an amd64 system. This is called multiarch.

    libc6-i386 is the 32bit development package of libc for amd64 systems. This is not for running software, its for compiling and linking 32 bit code.

    0 讨论(0)
提交回复
热议问题