This one time, at band camp, Stephen Gran said:
> This one time, at band camp, DEMAINE Benoit-Pierre said:
> > mercure:~# apt-get -f install
> > Reading package lists... Done
> > Building dependency tree... Done
> > 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> > 4 not fully installed or removed.
> > Need to get 0B of archives.
> > After unpacking 0B of additional disk space will be used.
> > Setting up clamav-base (0.86.2-5) ...
> > /var/lib/dpkg/info/clamav-base.postinst: line 58: md5sum: command not found
> > dpkg: error processing clamav-base (--configure):
> >  subprocess post-installation script returned error exit status 127
> > dpkg: dependency problems prevent configuration of clamav-freshclam:
> >  clamav-freshclam depends on clamav-base (= 0.86.2-5); however:
> >   Package clamav-base is not configured yet.
> > 
> > in which package can I find md5sum ?
> 
> A short moment ago, it was in dpkg.  It looks like they have dropped it
> now, though.  I will investigate and get back to you.  It has always
> been in a base package (coreutils or textutils, and then dpkg as well)
> so I never had to explicitly depend on it.  If it has moved to a non
> base package, I will add a dependency.

Ah, I see it is now in the package coreutils, without which your system
would be so hideously broken that you probably couldn;t have sent an
email, so I have to assume it's installed.

Try:
dpkg -L coreutils | grep md5

It may just not have diverted properly.  If that is the case, we can
reassign this to coreutils.

Take care,
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to