Re: How to reinstall config files (somewhat SOLVED)
From: Ed Shornock (debian-ml_at_crazeecanuck.homelinux.net)
Date: 04/09/05
- Previous message: Tony Godshall: "Re: rediscovering hardware"
- In reply to: marko.helle_at_pp.nic.fi: "Re: How to reinstall config files (somewhat SOLVED)"
- Next in thread: Marty: "Re: How to reinstall config files (somewhat SOLVED)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 08 Apr 2005 20:14:25 -0400 To: marko.helle@pp.nic.fi
marko.helle@pp.nic.fi wrote:
> Now, I'm wondering how does apache2-common get installed
> when entering:
> # apt-get install apache2
>
$ apt-cache depends apache2
apache2
|Depends: apache2-mpm-worker
|Depends: apache2-mpm-prefork
Depends: apache2-mpm-perchild
$ apt-cache depends apache2-mpm-prefork
apache2-mpm-prefork
Depends: libapr0
Depends: libc6
Depends: libdb4.2
Depends: libexpat1
Depends: libldap2
Depends: libpcre3
Depends: libssl0.9.7
Depends: zlib1g
Depends: apache2-common
Conflicts: apache2-mpm-worker
Conflicts: apache2-mpm-threadpool
Conflicts: apache2-mpm-perchild
apache2 needs one of the apache2-mpm-* packages.
the apache2-mpm-* packages need apache2-common. :)
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Tony Godshall: "Re: rediscovering hardware"
- In reply to: marko.helle_at_pp.nic.fi: "Re: How to reinstall config files (somewhat SOLVED)"
- Next in thread: Marty: "Re: How to reinstall config files (somewhat SOLVED)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|