peazip:加载共享库时出错:libX11.so.6

peazip:加载共享库时出错:libX11.so.6

我正在尝试peazip运行,但遇到了一些麻烦。运行时peazip出现错误:

peazip: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory

根据我的搜索,我需要安装emul-linux-x86-compatemul-linux-x86-gtklibs。但是,我没有找到这些包。

我该如何解决这个问题?

答案1

为了能够安装 i32lib,首先打开终端并输入以下内容;

dpkg --add-architecture i386 
apt-get update
apt-get install libc6:i386 

然后输入:

apt-get install ia32-libs

答案2

我必须安装 ia32-libs 并且它现在可以工作了。

相关内容