time setting in debian

Dallam Wych dallam.wyche
Fri Feb 24 09:52:34 PST 2006


On Fri, Feb 24, 2006 at 07:59:41AM -0500, David Bandel wrote:
> On 2/23/06, Dallam Wych <dallam.wyche at ntlworld.com> wrote:

> > One main difference is that aptitude keeps track of all package
> > dependencies. So lets say you aptitude install <package> and
> > <package> has six other packages as dependencies, aptitude remembers
> > these other packages. If you ever aptitude remove <package>,
> > aptitude will also remove the other six packages. I haven't used apt in a
> > long time, but I don't believe apt does that for you.

> Synaptic, aptitude, apt-get, dselect are all front ends for dpkg.  And
> dpkg does the dependency tracking directly from the package file info
> so _all_ Debian-based package tools have _always_ (since over 12 years
> of using Debian) tracked all dependencies automagically.

What I meant by my above statement, which could have indeed been
better written:
If you apt-get install Apache, apt will install the other packages
that Apache needs. If you apt-get remove apache though, apt will only
remove apache while leaving the remaining packages installed.

root at einstein apt-get install apache
The following extra packages will be installed:
  apache-common apache2-utils libapr0

root at einstein apt-get remove apache
The following packages will be REMOVED
  apache
  0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.

Kind Regards,
Dallam


More information about the Linux-users mailing list