Some people say that Linux does not have open office or libre office? Yes, but when we put DOC files or ppt files in Windows on libreoffice, we obviously can see that the format is completely different! All typographical la s are invalid! Therefore, it is necessary to install a WPS in Linux !!!
Let's not talk about the following nonsense. Let's go directly to the topic. First, go to the official website and we will find that WPS for Linux has grown to Alpha 10! Click "Enter download" to go To the download page. During the download, we will find that we downloaded beta1.
For Ubuntu/Debian users, download the Deb installation package. For fedora and Red Hat users, download the RPM installation package! For other Linux users, we may need to download the xz compressed package! (For more information about how to open the XSS compressed file, see this blog)
After downloading the SDK, do not worry about installing it. Click wiki to see what else you need to pay attention to before installing it. We are most concerned with the dependency. Open it and we can see that, we need these three databases:
libtiff.so.4libpng12.so.0libjpeg.so.62
I am currently using ubuntu13.04. Use APTITUDE search to search for these libraries. If not, install them first! Like this:
Long @ long-Ubuntu :~ /Download $ APTITUDE search lib1_v LibTIFF-Dev-P LibTIFF-doc-Tiff manipulation and conversion documentap LibTIFF-OpenGL-Tiff manipulation and conversion tools P LibTIFF-tools-Tiff manipulation and conversion tools P lib1_4-tag Image File Format (TIFF) library (old P libtiff4-dev-tag Image File Format (TIFF) Library (old I lib1_5-tag Image File Format (TIFF) Library P libtiff5-alt-dev- Tag Image File Format Library (TIFF), altep libtiff5-dev-tag Image File Format Library (TIFF), devep lib1_xx0c2-tag Image File Format (TIFF) library (old P lib1_xx5-tag Image File Format (TIFF) Library -- C + P Python-LibTIFF-wrapper to the LibTIFF library to Python UV python2.7-LibTIFF-long @ long-Ubuntu: ~ /Download $ sudo apt-Get install lib1_4
Note: If you are a 64-bit user, you also need to install a 32-bit library for support.
sudo apt-get install ia32-libs
For more 64-bit compatibility issues, refer to the introduction on Wiki!
Then install the Deb installation package of WPS for Linux downloaded above:
dpkg -i wps-office_8.1.0.3724~b1p2_i386.deb
After the installation is complete, open WPS in Bash:
Is it so excited to look at the almost identical logo in windows?
We will find a font conflict after opening
Solution:
In this post, we can find many solutions. Ubuntu and Debian users can download a deb installation package to install all the library. After downloading and installing, after the installation is complete, restart WPS. All conflicts are resolved !!!
sudo dpkg -i symbol-fonts_1.1_all.deb
Next let's take a look at what is in the Tibet package:
# ls# xz -d wps-office_8.1.0.3724~b1p2_x86.tar.xz...# lswps-office_8.1.0.3724~b1p2_x86.tar# tar -xvf wps-office_8.1.0.3724~b1p2_x86.tar...# lswps-office_8.1.0.3724~b1p2_x86 wps-office_8.1.0.3724~b1p2_x86.tar#cd wps-office_8.1.0.3724~b1p2_x86#lset install_fonts README.txt utility wpsfonts office6 templates wpp wps_error_check.sh
After reading README, we will find that this is a green version and no installation version is required!
In this directory, we can use./ET to open the WPS table./WPS to open the WPS Text./WPP to open the WPS demo! Is it quite simple ???
In this case, we can write a script to put it in the/bin directory. After simplification, we will use WPS:
For example, write a WPS. Sh script:
#!/bin/sh./wps-office_8.1.0.3724~b1p2_x86/wps
Of course, in this case, we will prompt a font error when opening WPS! (Assume that the preceding steps to install WPS are not followed)
We can use./install_fonts to install the font!
Note:
WPS for Linux Official Website: http://linux.wps.cn/
WPS wiki homepage (many important information): http://community.wps.cn/wiki/%E9%A6%96%E9%A1%B5