The default office software installed in Ubuntu 12.10 is libreoffice. So I tried to install openoffice and WPS in China.
Apache OpenOffice (AOO) is an open-source office system called OpenOffice.org (OOo ).
OpenOffice includes: word processor (Writer), spredsheet (Calc), presentation application (Impress), drawing application (Draw), fomula editor (Math), and database management application (Base ).
Download Address: http://www.openoffice.org/download/index.html
Sudo apt-get remove libreoffice * cd DEBSsudo dpkg-I *. debcd desktop-integrationsudo dpkg-I openoffice. org3.4-debian-menus_3.4-9593_all.deb
Uninstall LibreOffice before installation. Otherwise, the installation will fail.
WPS does not need to be introduced. We are familiar with Chinese products. The focus is on WPS and Linux. Download Address: http://linux.wps.cn/
Download the package and install it directly.
Sudo dpkg-I wps-office_8.1.0.3842 ~ A9p1_i386.deb
After WPS is installed, the original Ubuntu font settings may change. Here I recommend a simple method to beautify the Ubuntu font. That is, the Chinese font is automatically installed:. Only a few commands are required. Refer to the chapter http://blog.prosight.me/blogs/722/of eltonblog.
Font installation
Wget-O get-fonts.sh.zip http://files.cnblogs.com/DengYangjun/get-fonts.sh.zipunzip-o get-fonts.sh.zip 1>/dev/nullchmod a + x get-fonts.sh./get-fonts.sh
Delete installation script
Rm get-fonts.sh get-fonts.sh.zip 2>/dev/null
Restore Previous font settings
Cd/etc/fonts/conf. availsudo mv 51-local.conf.old 51-local.conf 2>/dev/nullsudo mv transfer done 2>/dev/nullsudo rm-f-r/usr/share/fonts/truetype/myfonts 2>/dev/nullcd-