Paul Nesbit wrote: > > Says `apt-get install dpkg-dev`, > "Sorry, but the following packages are broken - this means they have > unmet > dependencies: > dpkg-dev: Depends:perl" > > "perl: Depends:perl-base," replies `apt-get install perl`, > to which `apt-get install perl-base` teases > > "Sorry, perl-base is already the newest version." > > What now? > Maybe you could try
apt-get -f install This usually install the packages needed to fix dependancy problems for me. -- Paul Miller [EMAIL PROTECTED]