I uninstalled LibreOffice using:
sudo apt remove --purge libreoffice
on Ubuntu 21.04, but when I look at my lib
folder, there is still a folder libreoffice
with binaries, libraries, etc. When I try to remove libreoffice
again using apt
, it claims that LibreOffice is not installed.
Is apt
lying to me? Also, how can I completely remove LibreOffice?
lbreoffice*
instead. Without the asterisk it merely removes the (empty) meta-packagelibreoffice
, nothing that was installed because of it. – ChanganAuto Jun 17 '21 at 15:09