Cannot run 32-bit apps on 64-bit Linux

前端 未结 2 836
南方客
南方客 2021-02-20 09:08

I have a very minimal install of Ubuntu 8.04 64-bit.

When I try to run some 32-bit programs, such as my jhead program, I get the message No such file

2条回答
  •  眼角桃花
    2021-02-20 10:11

    You will need to install the 32bit library package

    ia32-libs - ia32 shared libraries for use on amd64 and ia64 systems

    go and execute

    sudo aptitude install ia32-libs
    

提交回复
热议问题