Skip to content

Instantly share code, notes, and snippets.

@trandaison
Last active December 23, 2016 06:22
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 trandaison/0b5befb825bd01eea592cc761789edfd to your computer and use it in GitHub Desktop.
Save trandaison/0b5befb825bd01eea592cc761789edfd to your computer and use it in GitHub Desktop.
Install Kingsoft Office 2013 for Linux on Ubuntu 14.04

#Step 1: Remove previous Kingsoft Office package

sudo apt-get purge kingsoft-office

#Step 2: Install Kingsoft Office (64-bit)

sudo dpkg --add-architecture i386
sudo apt-get update
wget kingsoft kdl.cc.ksosoft.com/wps-community/kingsoft-office_9.1.0.4280~a12p4_i386.deb
sudo dpkg -i kingsoft-office_9.1.0.4280~a12p4_i386.deb

#Step 3: Install missing fonts

  • Download required fonts WEBDINGS, extract and copy to /usr/share/fonts/wps-office for all users
  • Simple terminal command if you run into permissions issue
sudo cp wps_symbol_fonts/* /usr/share/fonts/wps-office/

####References http://sysads.co.uk/2014/08/22/install-kingsoft-office-linux-ubuntu-14-04/

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