Score:0

I purged the Libreoffice-writer app from the system. Why do i still see files with the name 'libreoffice' on my system?

mx flag

So i just got rid of Libreoffice writer app from my system through the terminal with the purge command. To make sure i don't leave behind any files related to libre-office i also ran the autoremove command after it. Still when i run 'apt list --installed' (photo attached) i also see some files with the name 'libreoffice'. Why is that? Are those configuration files ? If so, the purge command is supposed to get rid of the configurations too, isn't it? How do i get rid of these files assuming they are just left-overs from the libreoffice-writer app i had uninstalled before.

Related info - I've never installed anything related to libreoffice on my system before.Also i never installed the whole libreoffice suit. I only installed the libreoffice-writer app from Ubuntu's software app.

'apt list --installed' result image

mook765 avatar
cn flag
That's to be expected, libreoffice is a software suite with several components and you removed obviously only a single component.
skekmal avatar
mx flag
I did not install the whole suite. I only installed the libreoffice writer app from the ubuntu software center app. How do i get rid of these lingering 'components' if they serve no purpose being on my system?
user535733 avatar
cn flag
You seem to have misunderstood the purpose of both autoremove and purge. Neither "forces" removal of a package tree. If you investigate, you will see that LibreOffice Math is required by some other element of your system -- usually the desktop metapackage. Therefore, it's not orphaned. Therefore it's not eligible for autoremoval. In turn, everything that Math depends upon is also ineligible for autoremoval.
crip659 avatar
pl flag
Unless they have changed, libreoffice suite is included when you install Ubuntu. Usually do not need to install the 'writer' app.
Score:0
zw flag

To purge libreoffice completely you have to remove all its packages by

sudo apt-get purge '*libreoffice*' --autoremove
skekmal avatar
mx flag
What are the astericks around 'libreoffice' is for ?
N0rbert avatar
zw flag
They will remove all ocurrencies including `libreoffice` word, asterisks mean any symbol. If unsure try to simulate this command first `apt-get purge '*libreoffice*' --autoremove --simulate` .
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.