3

I'm using Ubuntu GNOME 16.10 and was trying to install WPS Office. I tried to install using software centre But it wasn't installing without giving any error logs. Then I opened it with Gdebi installer. Here is what I saw.

shows erorr

I have already trying enabling multiverse repositories.

Edit:
I have downloaded the amd64 package from the WPS official site, but even now installing through terminal I still get the missing dependencies error.

Zanna
  • 72,312

2 Answers2

6

The WPS Office for Linux up to version 10.1.0.5672~a21 ("Alpha21[2016-06-24]") - still depends on a deprecated library since Ubuntu 16.10, mentioned in the error message.

Workaround

Download and install the libpng12-0 version still available for Ubuntu 16.04 (xenial) before installing WPS Office for Linux.

1

I was having same problem found solution:

Download libpng12-0 package from here

Install package using:

sudo dpkg -i libpng12-0_1.2.50-2+deb8u3_amd64.deb 

Now install WPS office downloaded form here using:

sudo dpkg -i wps-office_10.1.0.5672~a21_amd64.deb 

I have tried this on Ubuntu 16.10 and it's working fine.

Rahul
  • 1,683