I already have LibreOffice installed on my host machine. When I run Linux Desktops on Virtual Machines, I like to remove them from the VM instances to debloat the system. This works on Linux Mint, Ubuntu and Debian.
sudo apt remove libreoffice-*
sudo apt autoremove
sudo apt autoclean
That's it.