prevent apt dependency from being satisfied (permanently)

Posted by Bryan Hunt on Server Fault See other posts from Server Fault or by Bryan Hunt
Published on 2012-06-05T22:45:53Z Indexed on 2012/06/06 10:43 UTC
Read the original article Hit count: 327

Filed under:
|
|
|
|

I want to install mailman (just to use it's mail archiving feature) but Ubuntu wants to pull down a load of extra dependencies.

sudo apt-get install mailman 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  apache2 apache2-mpm-worker apache2.2-common
Suggested packages:
  apache2-doc apache2-suexec apache2-suexec-custom spamassassin lynx listadmin

Is there any way to mark those packages ( apache2 apache2-mpm-worker apache2.2-common ) as never to be installed? This is not 2002 ;)

© Server Fault or respective owner

Related posts about apache2

Related posts about ubuntu