I have a very old version of it and it refuses to install new .deb files

This is the original problem:

Trying to install Google's mod_pagespeed for Apache.

Result:

dpkg: regarding mod-pagespeed-beta_current_i386.deb
containing mod-pagespeed-beta, pre-dependency problem: mod-pagespeed-beta pre-depends on dpkg (>= 1.14.0) dpkg is installed, but is version 1.13.26.

link|improve this question
feedback

2 Answers

up vote 0 down vote accepted

Get the .deb for dpkg and install it (but you should really be doing it via apt-get or aptitude). Your problem is not that your version of dpkg would not install anything, but that the particular package requires being installed by newer version.

link|improve this answer
it seems the entire distro needs to get updated, dpkg is just the tip of the iceberg :( thanks anyway – Dragomir Dan Apr 19 '11 at 11:34
feedback

aptitude upgrade dpkg or apt-get install dpkg if you don't have aptitude.

Edit: Correction from @Tshepang

link|improve this answer
The right commands are aptitude|apt-get install dpkg; Also apt-get was never depcrecated. There was a time when it was advised that people do major system upgrades using aptitude, but that was some time ago. – Tshepang Apr 19 '11 at 15:25
I wasn't aware that apt-get was not deprecated, it was what a colleague had told me, he will be shot promptly. If he already has dpkg in the system them upgrade will upgrade it. Tested on a debian system here -- but thanks for the down-vote :-) – syserr0r Apr 19 '11 at 15:33
You did not correct the upgrade command. It's wrong. It will upgrade the entire system instead of just dpkg. – Tshepang Apr 19 '11 at 15:53
People tend to inflate actual events. There was a whole movement to use aptitude instead of apt-get, because aptitude was so much better in many cases. It was never an official thing though, all except for the system upgrade thing. But apt-get has caught up with that part. – Tshepang Apr 19 '11 at 15:56
@Tshepang aptitude upgrade dpkg wants to upgrade dpkg dpkg-dev, aptitude upgrade wants to install about a bazillion packages. apt-get upgrade dpkg however wants to install about a bazillion packages. I was correct for aptitude but not for apt-get. I have updated my post accordingly. – syserr0r Apr 20 '11 at 11:33
show 2 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.