On Mon, Jan 28, 2002 at 01:24:09PM +0000, Christophe Baillon wrote: > Pourquoi quand je veux supprimer postfix, il veut que > j'enl�ve aussi apache, ? (sous woody) > > frodon:~# apt-get remove postfix > Reading Package Lists... Done > Building Dependency Tree... Done > The following packages will be REMOVED: > apache logrotate mailx postfix postfix-ldap postfix-pcre
parce qu'apache d�pent de logrotate qui d�pent de mailx qui d�pent d'un mail-transport-agent que fournit postfix. :-) la commande apt-cache <nom du paquet> te permet de remonter la fili�re. -- Camille

