>
> I'm trying to figure out how to verify the files installed from a
> package by apt-get, ie I have installed a package A and want to verify
> that the files installed from the package are correct at some later
> time. Thus some process could have changed some of the files after I
> installed them, so the checking that is done at install time is *not*
> what I'm looking for.

debsums

>
> A related question. If I want to check that a package (in the archive -
> /var/cache/apt/archives) is correct compared to the same package located
> on a repository. How do I do this in the simplest way. I assume that
> md5sum is correct.
>

The simplest way is to download the deb file, then run md5sum against
both the debs and compare the output.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to