Install WPS Office on Linux: Complete Guide
To install and use WPS on Linux, you can follow these steps:
- Download the installation package for Linux from the official WPS website. Choose the corresponding package based on your Linux distribution, usually available in either .deb or .rpm formats.
- Install dependency software. When using a .deb installation package, you can install the dependency software by using the following command:
sudo apt-get install libpng12-0
When using a .rpm package, you can install required dependencies by using the following command:
sudo dnf install libpng12
- Install WPS by using the following command to install the .deb package:
sudo dpkg -i wps-office.deb
Install the .rpm package using the following command:
sudo rpm -ivh wps-office.rpm
- After installation is complete, locate WPS in the application menu and open it.
- When you open WPS for the first time, you will be prompted to set up missing fonts. Follow the prompts to download and install the fonts, then restart WPS.
Now you can start using WPS to edit documents, create spreadsheets, and make presentations on Linux.