Remove / Uninstall Libreoffice from your Linux Desktop
Step 1: Remove LibreOffice and Config Files
Run this command to completely uninstall the LibreOffice suite and remove its associated configuration files.
Bash
sudo apt purge "libreoffice*"
Step 2: Remove Unused Dependencies
Run this command immediat...
fiedin.hashnode.dev1 min read