Debian – apt-get install perl problem

I wanted to install new package on Debian. But what a funny message:

E: Could not perform immediate configuration on 'perl-modules'. 
Please see man 5 apt.conf under APT::Immediate-Configure for details. (2)

How to solve it?

Type:

apt-get install perl -o APT::Immediate-Configure=0

7. September 2011 at 21:37 - Software engineering (Tags: , , , , ). Both comments and pings are currently closed.

0 0 votes
Article Rating
5 Comments
Inline Feedbacks
View all comments
Debian user
12 years ago

This didn’t work.

Debian user
12 years ago

This didn’t solve the ‘E: Could not perform immediate configuration on ‘perl-modules’.
Please see man 5 apt.conf under APT::Immediate-Configure for details. (2)’ – problem.

installed perl: 5.12.4-6
installed perl-modules: 5.12.4-6
new perl (from debian-repo): 5.14.2-5
new perl-modules (from debian-repo): 5.14.2-5

Debian user
12 years ago

Asking $searchengine for this problem I found this:
http://comments.gmane.org/gmane.linux.debian.devel.bugs.general/887235