Created
September 8, 2010 11:06
-
-
Save cjc/569968 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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