Skip to content

Instantly share code, notes, and snippets.

@cjc
Created September 8, 2010 11:06
Show Gist options
  • Save cjc/569968 to your computer and use it in GitHub Desktop.
Save cjc/569968 to your computer and use it in GitHub Desktop.
root@eeebox:~/google_appengine# apt-get install python2.5
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python2.5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
python2.5-minimal
E: Package python2.5 has no installation candidate
root@eeebox:~/google_appengine# apt-get install python2.5-minimal
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python2.5-minimal is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
python2.5
E: Package python2.5-minimal has no installation candidate
root@eeebox:~/google_appengine#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment