1

apt-get install libx11-dev:i386 Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package libx11-dev:i386

guming qi
  • 11
  • 1

1 Answers1

0

maybe you haven't enable i386 architecture,you can try execute these commands

dpkg --add-architecture i386
apt-get update
bowman han
  • 1,097
  • 15
  • 25