Skip to content

Instantly share code, notes, and snippets.

@pchan37
Created October 25, 2017 06:14
Show Gist options
  • Save pchan37/facf902b5cb668cf49b9500231d6468e to your computer and use it in GitHub Desktop.
Save pchan37/facf902b5cb668cf49b9500231d6468e to your computer and use it in GitHub Desktop.
Uninstall WPS Office on Linux and required symbols
echo 'Removing WPS Office...'
sudo apt remove wps-office
sudo apt autoremove
echo 'Removing symbols required for WPS Office...'
sudo rm -rf /usr/share/fonts/wps-fonts
echo 'Rebuilding font cache...'
fc-cache -fvs
if command -v plank; then
echo 'Removing the launchers for WPS Office from plank...'
rm -rf ~/.config/wps-pchan-plank
fi
echo 'Successfully removed WPS Office!'
@hakamibrahim
Copy link

Thanks, it's work for me. I use ubuntu 20.04.1

@DarkionAvey
Copy link

Thanks

@ZAB303
Copy link

ZAB303 commented Jul 4, 2024

Thanks, Its Worked, and Clean

@libinruan
Copy link

Thanks. Works like a charm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment