Last active
September 23, 2015 09:41
-
-
Save hayatravis/9135a7d8e0a4b1688da7 to your computer and use it in GitHub Desktop.
docker: ubuntu14.04 unable install redis-server
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
# apt-get install python-software-properties | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
Package python-software-properties 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: | |
software-properties-common | |
E: Package 'python-software-properties' has no installation candidate | |
# apt-get install software-properties-common | |
# add-apt-repository ppa:rwky/redis | |
# apt-get update | |
# apt-get install redis-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment