On Sun, Aug 19, 2001 at 11:06:55PM -0400 or thereabouts, James Lindenschmidt 
wrote:
> > >   apt-get dist-upgrade
> > >   Reading Package Lists... Done
> > >   Building Dependency Tree... Done
> > >   You might want to run `apt-get -f install' to correct these.
> > >   Sorry, but the following packages have unmet dependencies:
> > >           kdebase-crypto: Depends: libssl0.9.6 but it is not installed
> > >           Depends: kdelibs3-crypto (>= 4:2.1.2-0) but 4:2.1.1.0-0.potato1 
> > > is
> > > installed kdevelop: Depends: libqt2 (>= 2:2.3.0-final-2) or
> > >                           libqt2-gl (>= 2:2.3.0-final-2)
> > >                           Depends: xlibs (> 4.0.3) but it is not installed
> > >                           Depends: perl but it is not installed
> > >           quanta: Depends: libqt2 (>= 2:2.3.0-final-2) or
> > >                           libqt2-gl (>= 2:2.3.0-final-2)
> > >                           Depends: xlibs (> 4.0.3) but it is not installed
> > >   E: Unmet dependencies. Try using -f.
> > >
When I upgraded to woody from potato, I had to do a series of:
apt-get dist-upgrade
apt-get -f install

then:
apt-get dist-upgrade
apt-get -f install

For some reason.  I just kept doing this and eventually got there.  Obviously 
there
are some dependency problems that aren't resolved yet regarding the upgrade.  
However,
I did this several months ago, so things may have changed.

Definitely have the equivalent to this in /etc/apt/sources.list:
# main archive
deb ftp://ftp.us.debian.org/debian testing main contrib non-free
# crypto stuff
deb ftp://nonus.debian.org/debian-non-US testing/non-US main contrib non-free 

It is also possible that you will need to grab a few sid packages.  Just add:
deb http://http.us.debian.org/debian sid main contrib non-free
deb ftp://nonus.debian.org/debian-non-US sid/non-US main contrib non-free

to /etc/apt/sources.list, then do:
apt-get update
apt-get install <package that isn't available in woody>

Once you get that, comment the above lines out, and rerun 'apt-get update' then 
try:
apt-get dist-upgrade
apt-get -f install

as needed.  Eventually you will get there.  There is probably a better way, but 
I know
this works as I have done it.

Jamie Strandboge

-- 
"The goal of Computer Science is to build something that will last at
least until we've finished building it."  -- Author unknown

Email:                  [EMAIL PROTECTED]
GPG/PGP Public Key ID:  26384A3A
GPG/PGP Fingerprint:    D9FF DF4A 2D46 A353 A289  E8F5 AA75 DCBE 2638 4A3A

Reply via email to