A series of problems with installing WPS under ubuntu

  • 2020-05-13 04:22:47
  • OfStack


sudo apt-get install ia32-libs

The prompt package has been replaced, then install the first package of the prompt!

sudo apt-get install libc6:i386 libgcc1:i386 libasound2:i386 libfreetype6:i386 zlib1g:i386 libsm6:i386 libxdamage1:i386 libxext6:i386 libxfixes3:i386 libxrandr2:i386 libxrender1:i386 libxtst6:i386
sudo apt-get install libgtk2.0-0:i386 libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 libidn11:i386 libasound2:i386 libasound2-plugins:i386 gstreamer0.10-pulseaudio:i386 gstreamer0.10-plugins-base:i386 gstreamer0.10-plugins-good:i386 gstreamer0.10-ffmpeg:i386

If you are prompted that you cannot find the package gstreamer0.10-ffmpeg :i386, delete the package

It is recommended to install packages one by one if you cannot find them

Such as:


sudo apt-get install libc6:i386
sudo apt-get install libgcc1:i386
sudo apt-get install libasound2:i386

Related articles: