On 03/22/2012 07:38 AM, Gilles wrote:
> 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?
...

$ sudo apt-get purge libreoffice*

Note the asterisk at the end of libreoffice.

You can see what will get purged by 'simulating' the command with '-s:

$ sudo apt-get purge -s libreoffice*

That last will run the command without actually doing the purge, so you
can see which packages will be removed when you run the command without
'-s'. See 'man apt-get'.





-- 
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to