error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
To fix this, simple install the package ia32-libs-gtk
$ sudo apt-get install ia32-libs-gtk
Now run the application again and the error should go away.
本文详细介绍了如何解决在运行应用程序时遇到的'error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory'错误。通过简单的安装ia32-libs-gtk包即可解决此问题,让应用重新运行并消除错误。
4960





