Skip to content

Instantly share code, notes, and snippets.

@ralavay
Last active December 24, 2015 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralavay/6774563 to your computer and use it in GitHub Desktop.
Save ralavay/6774563 to your computer and use it in GitHub Desktop.
Install Kingsoft office in Ubuntu 12.04 x86_64
# If you are using Ubuntu 32 bit just go straight you don't have to install ia32-libs
# and if you have any troubles with dependencies. I suggest you change your Ubuntu update server to the main server.
sudo apt-get install ia32-libs
# Download the newest version of Kingsoft office here: http://wps-community.org/download.html
# There are deb, rpm and source code too
wget http://wdl.cache.ijinshan.com/wps/download/Linux/unstable/kingsoft-office_9.1.0.4184~a12p1_i386.deb
# Install using dpkg
sudo dpkg -i kingsoft*
# DONE
@stevenhtian
Copy link

Thanks a lot. Your post helps me a lot.

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