PDA

View Full Version : [SOLVED] [11.10] How to remove LibreOffice?



littlebigman
March 22nd, 2012, 02:34 PM
Hello

I need to customize the live ISO by removing applications my users won't need.

One of them is LibreOffice: How can I remove it entirely, in one go?

"dpkg -l | grep -i libre" returns a lot of stuff, with no obvious main package that I could remove with "apt-get --purge remove":



ii hyphen-fr 1:3.3.0-2ubuntu3 French hyphenation patterns for LibreOffice/OpenOffice.org
ii libdjvulibre-text 3.5.24-8 Linguistic support files for libdjvulibre
ii libdjvulibre21 3.5.24-8 Runtime support for the DjVu image format
etc.


Thank you.

PS : Can grep only display the first two columns of data returned by "dpkg -l", or must I use sed or awk?

littlebigman
March 22nd, 2012, 05:55 PM
In case someone else is looking for this, just run "apt-get --purge remove libreoffice-core".