Skip to content

Instantly share code, notes, and snippets.

@liuyix
Created November 28, 2013 02:24
Show Gist options
  • Select an option

  • Save liuyix/7686370 to your computer and use it in GitHub Desktop.

Select an option

Save liuyix/7686370 to your computer and use it in GitHub Desktop.

ubuntu 13.10已经取消了ia32-libs

sudo dpkg -i XXXX.deb
sudo apt-get install -f
sudo aptitude install libglib2.0-0:i386
sudo aptitude install libpng12-0:i386
sudo aptitude install libfontconfig1:i386

调试方法:命令行启动wps,会提示缺少的库文件,然后使用apt-file搜索对应的package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment