The following is an introduction to the solution to the error when installing WPS office software on Ubuntu 64-bit. Because the Ubuntu system is different from the Windows system, the method introduced in this article can only be used to solve the error when installing WPS on Ubuntu system.
First download wps, then switch to the download directory and execute the following command:
$ sudo apt-get install ia32-libs*
Then execute the installation command:
$ sudo dpkg -i --force-architecture wps-office_8.1.0.3724~b1p2_i386.deb
The following error will be reported:
Selecting previously unselected package wps-office. (Reading database... 206900 files and directories currently installed.) Preparing to unpack wps-office_8.1.0.3724~b1p2_i386.deb. . .Unpacking wps-office (8.1.0.3724~b1p2). . .dpkg: dependency problems prevent configuration of wps-office: wps-office depends on libglu1-mesa.dpkg: error processing package wps-office (--install): dependency problems - leaving unconfiguredProcessing triggers for hicolor-icon-theme (0.13- 1). . .Processing triggers for gnome-menus (3.10.1-0ubuntu2). . .Processing triggers for desktop-file-utils (0.22-1ubuntu1). . .Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1). . .Rebuilding /usr/share/applications/bamf-2.index. .Processing triggers for mime-support (3.54ubuntu1). . .Processing triggers for fontconfig (2.11.0-0ubuntu4.1). . .Processing triggers for shared-mime-info (1.2-0ubuntu3). . .Errors were encountered while processing: wps-office
It doesn’t matter, use the following command to correct it:
$ sudo apt-get -f install
Then wait for the installation to complete. After the installation is completed, the effect is as follows:
However, the following error will occur at this time:
Now, you only need to download the corresponding font from the download link, then extract it to the ~/.fonts directory, and then restart wps.