Why are the packages found with apt-get always horribly out of date?
- by Andrew
Whenever I use the package manager, it can only ever find really old versions of stuff. Example:
sudo apt-get update
sudo apt-get install postgresql
The best it can do is version 8.4 (3 years out of date). Trying to get a later version, I get:
$ sudo apt-get install postgresql-9.1
Reading package lists... Done
Building dependency tree …