A New Version Of WPS Office For Linux Was Just Released

Written by

in

WPS Office For Linux June 18, 2017

WPS Office is a well known cross platform office suite which also works on Linux desktop. Its interface is very much similar to that in Microsoft Office and has similar tools as well.

We thought – and a lot of other users – that the development of WPS office for Linux has stopped a long time ago. Because the last update they released was 1 year ago. Their forums is also full of spam and no one was answering any questions or issues opened there.

Fortunately, some hope finally came back again. WPS Office team has just released a new version for Linux desktop on 15th of June. Marked as Alpha21.

80% of our readers are blocking ads. Consider leaving a small donation in order to keep the website running or become one of our supporters on Patreon for many perks and a %100 ad-free account on our website!

New Changes in WPS Office For Linux

This was the official changelog for the new release:

  • WPS audiovideo playback reconstruction, supports more video formats and smoother playback.
  • WPS added search function and access path.
  • WPS added opening Linux remote file sharing feature.
  • Optimized IO operations, improved WPS efficiency of opening files in 3 modules.
  • Fixed differences in display effects of some controls in Linux versus Windows.
  • Fixed display effects of special fonts in Presentation module.
  • Fixed some incorrect texture fill effects in WPS export to PDF.
  • Fixed broken hyperlinks in WPS export to PDF.
  • Fixed thumbnail preview effects in Presentation.
  • Added opening the file name and the maximum length supported by the path.
  • WPS open dialogs will not always persist when opening documents,but will close after confirmation,enhances user experience.

This is how the new version looks like:

WPS Office for Linux

WPS Office for Linux

WPS Office for Linux

You can go ahead and download WPS office for i386 (DEB), amd64 (DEB), x86_64 (RPM), i686 (RPM), x86_64 (TAR.XZ) and x86 (TAR_XZ) architectures.

Newsletter

Subscribe to our newsletter to get the latest news and finest articles about open source matters and developments. We don’t spam, and we rarely email you per month.

Comments

3 responses

  1. Lisa Lewis Avatar
    Lisa Lewis

    I am unable to open the new install of OpenSuse 42.3, I get this error.

    /opt/kingsoft/wps-office/office6/wpp: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory

    Please advise.

    1. M.Hanny Sabbagh Avatar
      M.Hanny Sabbagh

      Probably you are missing some libraries. Try to install bzip2-devel:

      $ sudo zypper in bzip2 libbz2-devel

      If it didn’t work, you may need to create a symlink:

      $ sudo ln -s `find /usr/lib64/ -type f -name “libbz2.so.1*”` /usr/lib64/libbz2.so.1.0

      1. Lisa Lewis Avatar
        Lisa Lewis

        Thank you!

Leave a Reply

Your email address will not be published. Required fields are marked *