in reply to Installing perl using dpkg

You can try some steps:

first manipulate your PATH to not contain the custom perl

PATH=/bin:/usr/bin:/sbin/:/usr/sbin

then try again.

Second, if aptitude doesn't work, use dpkg directly. Dowload the perl and perl-modules .deb packages directly from your mirror, and install them each with dpkg -i $package_filename

If you get it fixed, remember not to touch your system perl at all - use App::perlbrew instead.

Replies are listed 'Best First'.
Re^2: Installing perl using dpkg
by megnetz (Novice) on Jul 05, 2011 at 09:39 UTC
    Thanks! Changing my PATH didn't help. Can you direct me to instructions for downloading perl directly from my mirror it would be much appreciated.

      This is purely a Debian OS issue and not at all related to Perl. Go to http://packages.debian.org, find the packages and download/install them.

        Thanks! I'm sorry if this is out of topic for this forum, I write here because it's the best forum out there. Anyway, when installing perl .deb packages, I can install perl-base but perl says it's dependant on perl-modules and perl-modules says it's dependant on perl. How to get around this?