I'm looking to install owncloud, which has this recommendation line:
Recommends: curl, exim4 | mail-transport-agent, php5-imagick, php5-apc, libreoffice-writer
I want to install all of the requirements except for libreoffice-writer
.
I know I can ignore all recommendations using --no-install-recommends
, but is there any way to specifically ignore one recommendation?
Edit:
I want to automate it, so solutions manually deslecting libreoffice using aptitude etc. aren't that useful