[MINC-development] mni_autoreg/debian!

Steve M. Robbins minc-development@bic.mni.mcgill.ca
Tue, 19 Jul 2005 23:30:08 -0400


On Tue, Jul 19, 2005 at 11:00:13PM -0400, Najmeh Khalili M. wrote:
> 
> Hello,
> 
> I am trying to install the debain packages I got from
> packages.bic.mni.mcgill.ca.
> 
> Upon
> 
> dpkg --install mni-autoreg-model-1.1-linux-2.6-intel.deb
>                mni-models-average305-lin-1.0-linux-2.6-intel.deb
>                mni-models-colin27-lin-1.0-linux-2.6-intel.deb
>                mni-models-icbm152-lin-1.0-linux-2.6-intel.deb
> 
> I get a complaint about mni_autoreg not installed. Well, as far as I can
> tell, it IS installed. 

It sounds like "dpkg" disagrees with you ;-)

You can check whether Debian believes the package to be installed
using:

	dpkg --list '*mni*'



> so I wonder what this means:

The error you quoted means that mni_autoreg is not installed as far as
Debian is concerned.
 

> (I tried two flavors:
> mni-autoreg-0.98s-linux-2.6-intel.deb and upon failure, the new
> mni_autoreg-0.98t.tar.gz and I still got)

The .tar.gz file is not a debian package and won't satisfy "dpkg".
It sounds like you need to fix whatever errors prevented you
from installing the .deb.
 
-Steve