
How to Install WPS on Ubuntu 22.04
WPS Office is a comprehensive office productivity suite that Kingsoft Corporation, a Chinese software company, deployed. It offers users a set of robust tools for creating, editing, and managing various types of documents, including word-processing documents, spreadsheets, and presentations.
Additionally, WPS Office offers cross-platform compatibility, enabling seamless document work across various devices and operating systems for flexible and convenient productivity.
Today, we will learn the procedure for installing and uninstalling WPS on Ubuntu 22.04.
How to Install WPS on Ubuntu 22.04 Using Terminal?
This section will demonstrate the method for installing WPS through the terminal.
Step 1: Download the WPS file
Go to the WPS official website, and download the deb package:
The downloaded WPS’s deb package is in the “Downloads” directory:
Step 2: Move to the Downloaded File Directory
Utilize the provided command to move to the particular directory where the file has been downloaded:
cd Downloads |
---|
Step 3: Copy the file name
Next, open the downloaded file’s properties and copy its name:
Step 4: Install WPS
Use the command below with the name of the file you just copied:
sudo apt install ./wps-office_11.1.0.11698.XA_amd64.deb -y |
---|
Wait for the process to get completed.
How to Install WPS on Ubuntu 22.04 Using GUI?
You can also use the GUI for installing WPS on Ubuntu 22.04. For this, follow the mentioned procedure.
Step 1: Search for WPS
Launch the Ubuntu software store, and search for “WPS”. From the results, hit “WPS Office”:
Step 2: Install WPS
As the next step, hit the “Install” button:
Now, enter your password to verify the installation:
Finally, WPS has been installed:
How to Launch WPS on Ubuntu 22.04?
GUI can be utilized for launching WPS. To do so, hit the WINDOW button and search for “WPS”:
WPS writer has been launched successfully:
How to Uninstall/Remove WPS on Ubuntu 22.04?
For uninstalling WPS, simply hit the BIN icon:
Then, hit the “Uninstall” button. Lastly, you will be asked to enter your password to verify this process:
That was all about installing and uninstalling WPS on Ubuntu 22.04.
Conclusion
To install WPS on Ubuntu, first, you need to download the WPS deb package. Then, launch the terminal, and move the current directory to the particular directory where the file has been downloaded. Copy the file’s name and use it with the command “sudo apt install ./wps-office_11.1.0.11698.XA_amd64.deb -y”.
Moreover, GUI can be utilized for installing WPS. For implementing this approach, launch the Ubuntu Store and search “WPS”, and click on “WPS office” from the results. Next, hit the install button, and enter your password. That’s how you install WPS on Ubuntu 22.04.