

Dear Sir,
Can you please help in installing WPS Office in Thinbook 1310 while OS is Debian .
I had tried installing the wps office, but it is not opening.
waiting for your earliest reply.
Thank you
Affordable-Laptop


This worked for me:
- Open terminal (konsole) and download the deb file
- wget http://kdl.cc.ksosoft.com/wps-community/download/6757/wps-office_10.1.0.6757_amd64.deb
- sudo dpkg -i wps-office_10.1.0.6757_amd64.deb
That's all, once this is done you can access the wps office from the start menu.


I could install WPS with above instructions. But can't open any files with WPS yet.
I tried opening the file with WPS, using Run in Terminal option and below message was displayed:
----
terminating with uncaught exception of type std::runtime_error: collate_byname<char>::collate_byname failed to construct for
/usr/bin/wps: line 38: 10797 Aborted ${gInstallPath}/office6/${gApp} ${gOptExt} ${gOpt} "$@"
----
How to proceed further? Are some dependancies missing from my ThinBook?
Selecting previously unselected package wps-office.
(Reading database ... 380147 files and directories currently installed.)
Preparing to unpack wps-office_10.1.0.6757_amd64.deb ...
Unpacking wps-office (10.1.0.6757) ...
Setting up wps-office (10.1.0.6757) ...
Processing triggers for mime-support (3.60) ...
Processing triggers for shared-mime-info (1.8-1) ...
Unknown media type in type 'chemical/x-alchemy'
Unknown media type in type 'chemical/x-cache'
Unknown media type in type 'chemical/x-cactvs-ascii'
Unknown media type in type 'chemical/x-cactvs-binary'
Unknown media type in type 'chemical/x-cactvs-table'
Unknown media type in type 'chemical/x-cdx'
Unknown media type in type 'chemical/x-cdxml'
Unknown media type in type 'chemical/x-chem3d'
Unknown media type in type 'chemical/x-cif'
Unknown media type in type 'chemical/x-cml'
Unknown media type in type 'chemical/x-daylight-smiles'
Unknown media type in type 'chemical/x-dmol'
Unknown media type in type 'chemical/x-gamess-input'
Unknown media type in type 'chemical/x-gamess-output'
Unknown media type in type 'chemical/x-gaussian-input'
Unknown media type in type 'chemical/x-gaussian-log'
Unknown media type in type 'chemical/x-genbank'
Unknown media type in type 'chemical/x-gulp'
Unknown media type in type 'chemical/x-hin'
Unknown media type in type 'chemical/x-inchi'
Unknown media type in type 'chemical/x-inchi-xml'
Unknown media type in type 'chemical/x-jcamp-dx'
Unknown media type in type 'chemical/x-macromodel-input'
Unknown media type in type 'chemical/x-mdl-molfile'
Unknown media type in type 'chemical/x-mdl-rdfile'
Unknown media type in type 'chemical/x-mdl-rxnfile'
Unknown media type in type 'chemical/x-mdl-sdfile'
Unknown media type in type 'chemical/x-mdl-tgf'
Unknown media type in type 'chemical/x-mmcif'
Unknown media type in type 'chemical/x-mol2'
Unknown media type in type 'chemical/x-mopac-graph'
Unknown media type in type 'chemical/x-mopac-input'
Unknown media type in type 'chemical/x-mopac-out'
Unknown media type in type 'chemical/x-msi-car'
Unknown media type in type 'chemical/x-msi-hessian'
Unknown media type in type 'chemical/x-msi-mdf'
Unknown media type in type 'chemical/x-msi-msi'
Unknown media type in type 'chemical/x-ncbi-asn1'
Unknown media type in type 'chemical/x-ncbi-asn1-binary'
Unknown media type in type 'chemical/x-ncbi-asn1-xml'
Unknown media type in type 'chemical/x-pdb'
Unknown media type in type 'chemical/x-shelx'
Unknown media type in type 'chemical/x-vmd'
Unknown media type in type 'chemical/x-xyz'
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Processing triggers for hicolor-icon-theme (0.15-1) ...
It is highly likely that WPS has rough edges on Linux, I'm no expert on this.
I request you to post your query directly on WPS Linux forums, it seems they are active as well http://wps-community.org/forum/
Login to add comment


Dear Sir,
Please execute the following commands in the terminal:
1.sudo apt update
2.sudo apt install snapd
3. sudo snap install wps-office


- Download the installation package for WPS Office from the official website.
- Open a terminal window and navigate to the directory where the installation package was downloaded.
- Run the following command to install some necessary dependencies:
sudo apt-get install libgtk2.0-0 libglu1-mesa
- Next, install the downloaded WPS Office package by running the following command:
sudo dpkg -i wps-office_*.deb
- Once the installation is complete, try launching WPS Office. If it does not launch, try launching it from the terminal to see any error messages:
wps
22-02-19, 11:55 a.m. mahesh464
05-03-19, 1:50 p.m. Srikant
Here are the steps to install WPS Office:
Download the WPS Office package for Debian from the official website. The file should have a ".deb" extension.
Once the download is complete, navigate to the location where the package was saved.
Right-click on the package and select "Open With GDebi Package Installer" or a similar option, depending on your file manager.
In the GDebi Package Installer, click on the "Install Package" button to start the installation process.
Enter your password when prompted to authenticate the installation.
Once the installation is complete, you should be able to launch WPS Office from the applications menu or by running the "wps" command in the terminal.
If WPS Office is still not opening after installation, you may need to check if all the required dependencies are installed. You can do this by running the following command in the terminal:
sudo apt-get install -f
This command will attempt to fix any broken dependencies or missing packages that may be preventing WPS Office from launching.
I hope this helps! Let me know if you have any further questions or if you encounter any issues during the installation process.
Cheers,
drywall texturing
23-02-23, 9:25 p.m. Marie143
Login to add comment