To install WPS Office using Snap on Ubuntu, use Snap tooling: sudo snap install wps-office. Ask Ubuntu answers treat this as a convenient channel that auto-refreshes and often needs an extra snap connect for removable media. It is still a Snap Store distribution path—not the Deb/Rpm pair published on the official WPS Linux page. If you need the vendor package file, download Deb from that page instead.
Shortest Snap path: confirm Snap works, install the snap, connect interfaces only when file access fails, then launch on a graphical desktop. Success means snap list shows the package and Writer opens. If second-disk or USB documents still fail after connections, that is a known Snap confinement pattern—and a common reason to switch to Deb.

Channel Clarity: Snap Store vs Vendor Deb
- Vendor Deb/Rpm: wps.com/office/linux
- Snap package names such as
wps-office: installed withsnap install
Choose Snap when you want Snap refresh and are comfortable with confinement. Choose Deb when you want the vendor file and classic APT/local-Deb maintenance. Avoid installing both unless you are deliberately testing. High-view terminal answers sometimes present Snap as the simple Ubuntu-native install; that is fine as long as you do not relabel Snap as “the official Deb package.”
What Snap Answers on Ask Ubuntu Emphasize
Across install-via-terminal, Kubuntu launch, external-disk permission, and uninstall threads, Snap guidance clusters around four practical facts:
- Install with
sudo snap install wps-office(or another exact name Snap lists). - Connect
removable-mediawhen USB/external documents fail. - Expect automatic refresh, or force it with
snap refresh. - When confinement still blocks second disks or dual-boot NTFS paths, remove the Snap and move to the vendor Deb.
Those four points are enough to install and operate Snap WPS for many home-folder workflows. They also explain why Snap is not a drop-in replacement for every Deb user who stores files on secondary volumes.
Prerequisites
snap version
snap find wps-office
Expected result: Snap responds and search lists a relevant package. Read the live output—names can include multilanguage variants. Only install names that Snap actually lists. On minimal systems missing Snap, install/enable snapd using Ubuntu documentation for your release, then re-run the find command before installing.
Install the Snap
sudo snap install wps-office
snap info wps-office
snap list wps-office
Ubuntu answers also mention wps-office-multilang for broader language packs. Install that only after snap find/snap info confirms it. Do not invent package names. Some machines also show older branded snap names in uninstall threads—always copy from snap list on your system.
Connect Removable Media When External Disks Fail
A very common Snap failure on Ask Ubuntu is opening documents on USB drives, external disks, or a second HDD: permission errors even though other apps can read the same files. One Ubuntu 24.04 report shows WPS Writer unable to open/create files on a second mounted disk even when the user believed all permissions were granted. Check connections:
snap connections wps-office
If removable-media shows an empty slot, connect it using the exact snap name from snap list:
sudo snap connect wps-office:removable-media
snap connections wps-office
Expected result: the removable-media line shows a connected slot. Re-test the external document. Multilanguage snaps use the same idea with their own snap name:
sudo snap connect wps-office-multilang:removable-media
If the snap has no removable-media plug at all, confinement cannot be fixed with connect—and community answers then recommend removing the Snap and installing the vendor Deb package instead.
Reading snap connections Output Without Guessing
After install, run:
snap connections wps-office
Look specifically for plugs related to home, removable-media, cups/printers, and desktop integration. An empty Slot column on removable-media is the smoking gun for USB and second-disk failures described in Ask Ubuntu permission threads. Connecting that plug is a one-line fix when the plug exists. Granting random “permissions” inside a software center GUI without verifying snap connections is how people believe they already allowed everything while Writer still cannot create a file on the second HDD.
If your snap name is multilanguage or branded differently, substitute that name in both snap connections and snap connect. Using the wrong name produces “snap not found” errors that look like the feature is unsupported when you simply typed the common name instead of the installed name.
Launch and Verify
snap run wps-office
Menu entries may also appear after install. Launcher names can differ by revision—prefer snap run and the menu labels your system shows. This is GUI software; use a desktop session. Open a sample document from your home folder first, then re-test USB/second-disk paths if you need them daily.
Update and Remove on the Snap Channel
sudo snap refresh wps-office
sudo snap remove wps-office
Refresh forces an update check; removal clears the Snap. If remove says the snap is not installed, list snaps and copy the exact name—uninstall threads show cases where people typed wps-office while the installed snap used another name. APT purge will not remove a Snap.
When Snap Confinement Is the Wrong Tool
If you must edit files on secondary NTFS disks, unusual mount points, or dual-boot partitions and Snap permissions keep blocking Writer even after connect attempts, Ubuntu answers frequently recommend removing the Snap and installing the official Deb instead:
sudo snap remove wps-office
# then download Deb from the official WPS Linux page
sudo apt install ./wps-office_12.1.0.xxxxx_amd64.deb
That migration is a packaging decision, not a claim that Snap is “broken for everyone.” Snap remains a good fit when documents live in home storage and auto-refresh matters more than broad filesystem access.
Side-by-Side Decision: Stay on Snap or Move to Deb
| Situation | Prefer Snap | Prefer Deb |
|---|---|---|
| Documents mostly in home | Yes | Also fine |
| Need vendor package file | No | Yes |
| USB / second HDD daily | Only after connect works | Often simpler |
| Want auto refresh | Yes | Manual newer Deb |
Printers, Fonts, and Other Nearby Issues
Separate Snap threads mention printer discovery problems and other sandbox limits. Treat those as interface/permission investigations with snap connections, not as reasons to run Deb dependency folklore. Font-symbol dialogs are more often associated with Flatpak or missing fonts than with a successful Snap install itself—read the exact error before installing random font packages.
End-to-End Snap Session Checklist
Use this when you want one clean pass from zero to verified:
snap version
snap find wps-office
sudo snap install wps-office
snap list | grep -i wps
snap connections wps-office
# If removable-media slot is empty and you need USB/second disk:
sudo snap connect wps-office:removable-media
snap connections wps-office
snap run wps-office
After Writer opens, test three files if you can: one in Documents, one on a USB stick, and one on a secondary mount you actually use. That short matrix catches confinement issues faster than waiting until a deadline document fails. If only the external paths fail, stay in Snap troubleshooting. If even home documents fail, capture snap run terminal output before removing the snap. Keep that output; it is more useful than a vague “WPS won’t open” description when you search Ask Ubuntu later.
Snap Troubleshooting
snap: command not found
Install/enable snapd per Ubuntu docs, then retry.
USB or second disk documents fail
Connect removable-media if the plug exists; otherwise consider Deb.
Conflicts with a Deb install
dpkg -l wps-office
snap list | grep -i wps
Remove the channel you do not want so version checks and file associations stay sane.
App opens then closes
Launch with snap run from a terminal to capture errors before applying unrelated fixes from Wine or Flatpak threads.
FAQ
Is Snap the official WPS Linux package?
The official WPS Linux page highlights Deb and Rpm. Snap is an alternate Ubuntu distribution method.
Does Snap auto-update?
Snap refreshes are designed to update automatically; you can also run sudo snap refresh wps-office.
Snap or Deb for beginners?
Deb for the vendor file and fewer confinement surprises on secondary disks; Snap for simple refresh if confinement is acceptable.
Can I apt install the Snap?
No. Snaps use snap install. APT local-Deb installs are a different workflow.
Why does removable-media matter so much?
Because many real documents live on USB drives and second disks, and Snap confinement blocks those paths until the interface is connected—or until you switch to Deb.
Can I keep Snap for updates and Deb for files?
Running both usually creates confusion about which launcher opens. Pick one channel. If you need second-disk access and Deb works better on your machine, remove the Snap after the Deb install is verified.
Does snap install require the official website Deb first?
No. Snap install pulls from the Snap Store. The official website Deb is a separate vendor package path. You only need the Deb path if you decide Snap confinement is a poor fit for your disks and mounts.




