Archives For November 30, 1999

WPS office for Linux 2019 was released with numerous new features and performance improvements. Here’s how to install it in Ubuntu 18.04.

WPS Office is developed by Zhuhai-based Chinese software developer Kingsoft. The office suite is made up of WPS Writer, WPS Presentation, and WPS Spreadsheet. The latest 2019 release features:

  • New skin style, icons, control points, Supports high resolution screen and custom appearance.
  • New pages, integration of recently opened documents, local templates, document templates, online templates, etc.
  • Document area supports preview effect when setting font size.
  • New built-in browser.
  • Support Home Page, Collection Document Search, Common Location, Cloud Documents, etc.
  • Support personal center, displaying account details and modifying account information.
  • Support for inserting SVG format pictures.
  • Support insertion of QR Code and bar code.
  • Support multi-window, multi-label free splitting and combination, and free management of labels.
  • Support setting areas for dates/times in charts.
  • Support Uygur typesetting.
  • Optimize skin and appearance settings to support custom appearance.
  • And many other new features and bug-fixes.

Download / Install WPS 2019 in Ubuntu:

Go to official WPS Linux download page, scroll down and select download amd64.deb for 64-bit OS, or i386.deb for 32-bit OS.

Then open terminal (Ctrl+Alt+T) and install the package via command:

sudo dpkg -i ~/Downloads/wps-office*.deb

Uninstall:

To remove the office suite, run command in terminal:

sudo apt remove --auto-remove wps-office

Alternative to the default LibreOffice, WPS office is an office suite with user interface similar to Microsoft Office, and supports Microsoft document formats.

WPS Office is developed by Zhuhai-based Chinese software developer Kingsoft. The office suite is made up of WPS Writer, WPS Presentation, and WPS Spreadsheet.

Though there’s official Ubuntu packages available in the WPS download page, the snap (containerized software package) make it easier to install WPS in Ubuntu 18.04 and higher.

Simply open Ubuntu Software, search for WPS and you’ll see 3 packages available.

All the 3 snap packages are the latest (10.1.0.6757 at the moment) and maintained by community. Choose install one you preferred.

Once installed, launch it from application menu and enjoy!

In addition, for Ubuntu 16.04 who want to install WPS snap package, run command in terminal (Ctrl+Alt+T):

sudo apt install snapd && sudo snap install wps-office