A method of installing 32-bit WPS on a 64-bit Ubuntu system

Source: Internet
Author: User
Tags pack

http://community.wps.cn/download/Download the latest version (Alpha).
Install the 32-bit dependency pack according to the depends description of the control file in the WPS Deb package.
To view dependent packages:

The code is as follows:

Dpkg--info Kingsoft-office.deb |grep-i depends
To install a 32-bit dependency pack:

The code is as follows:

sudo apt-get install \
libc6:i386 \
libstdc++6:i386 \
libfreetype6:i386 \
libglu1-mesa:i386 \
libcups2:i386 \
libglib2.0-0:i386 \
libpng12-0:i386 \
libsm6:i386 \
libxrender1:i386 \
Libfontconfig1:i386
Install 32-bit WPS:

The code is as follows:

sudo dpkg-i kingsoft-office.deb

Note: If you cannot install WPS-dependent 32-bit packages, you can add 32-bit package support for 64-bit Ubuntu:

The code is as follows:

sudo dpkg--add-architecture i386
sudo apt-get update

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.