Which package should I remove to completely remove libreoffice? I have no need for office tools.
That's the one gripe I have with package managers like apt, there's no simple way to perform the essential task of removing unwanted software :S
|
Which package should I remove to completely remove libreoffice? I have no need for office tools. That's the one gripe I have with package managers like apt, there's no simple way to perform the essential task of removing unwanted software :S |
||||
|
|
|
Type the following in terminal to remove libreoffice.
|
|||||||||||
|
|
As a corollary, you can use aptitude to search for which packages to uninstall:
which returns a list of all installed packages that contain the text 'libreoffice'. Grep is neat! Then use apt-get to remove the main package that you have installed, and apt-get autoremove will remove all the smaller packages which are no longer necessary. Hope that piece of advice helps! |
||||
|
|
An especially thorough removal technique.Suitable generally, but especially when removing LibreOffice to replace it with a manually installed LibreOffice or OpenOffice. Assuming LibreOffice is provided by official Ubuntu packages on your system (which it generally is, unless you've installed it yourself from other packages or from the LibreOffice website), you can thoroughly remove it in the Terminal:
If you want to remove global configuration files too (this does not affect per-user configuration in users' home directories), replace I think it's unlikely that removing any of this will break other programs, because Lubuntu doesn't come with LibreOffice, and Lubuntu users are able to run just about any Ubuntu program, without having to install LibreOffice. Still, that is a legitimate concern and I cannot guarantee that nothing depends on your existing LibreOffice installation. Fortunately, the most serious breakages can be averted by making sure that nothing you need is removed with the LibreOffice packages. You can either be very careful while running the removal command (watch out for whatever else it says will be uninstalled), or simulate the removal first:
(That is, put I haven't heard about any problems arising from removing The above technique uninstalls all LibreOffice packages provided in Ubuntu. I got the list of packages from here. To shorten the command and avoiding having to type the name of every individual package, and also potentially to extend the life of this procedure in case differently named packages are provided in later versions of LibreOffice, I used the |
|||
|
|
|
Hmm, the easiest way should be to use the software manager. uninstall libre-office from there. if you didnt manualy installed certain by libre-office needed libs (uno, ure) those libs will be also uninstalled automaticaly. |
|||
|
|