Skip to content

Instantly share code, notes, and snippets.

@hayatravis
Last active September 23, 2015 09:41
Show Gist options
  • Save hayatravis/9135a7d8e0a4b1688da7 to your computer and use it in GitHub Desktop.
Save hayatravis/9135a7d8e0a4b1688da7 to your computer and use it in GitHub Desktop.
docker: ubuntu14.04 unable install redis-server
# 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