Created
October 25, 2017 06:14
-
-
Save pchan37/facf902b5cb668cf49b9500231d6468e to your computer and use it in GitHub Desktop.
Uninstall WPS Office on Linux and required symbols
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!' |
Thanks
Thanks, Its Worked, and Clean
Thanks. Works like a charm.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, it's work for me. I use ubuntu 20.04.1