[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-get trouble issues



Daniel Dafoe said:
> I'm new to Debian and tried to install xpdf: apt-get install xpdf
>
> But all I got is :
>
> Reading Package Lists...
> Building Dependency Tree...
> You might want to run `apt-get -f install' to correct these:
> Sorry, but the following packages have unmet dependencies:
>    perl: Depends: perl-base (= 5.6.1-8.2) but 5.6.1-7 is to be installed
>          Depends: perl-modules (>= 5.6.1-8.2) but 5.6.1-7 is to be

try

apt-get install perl-base perl-modules

also check to be sure this line is in /etc/apt/sources.list:
deb http://security.debian.org stable/updates main contrib non-free

if it is not, put it in, and run

apt-get update
apt-get upgrade

(run apt-get update even if it is in there)

that should fix the problem

nate





Reply to: