http://installion.co.uk/ubuntu/vivid/universe/p/python-pbkdf2/install/index.html

To install python-pbkdf2 just follow these instructions.

Check that you have the correct repository enabled

First, check that the universe repository is enabled by inspecting ‘/etc/apt/sources.list’ with your favourite editor.

You will need to use sudo to ensure that you have permissions to edit the file.

sudo gedit /etc/apt/sources.list

If universe is not included then modify the file so that it does.

deb http://us.archive.ubuntu.com/ubuntu vivid main universe

After any changes you should run this command to update your system.

sudo apt-get update

You can now install the package like this.

Install python-pbkdf2

sudo apt-get install python-pbkdf2

Which will installpython-pbkdf2 and any other packages on which it depends.

Package Data

Package python-pbkdf2
Version 1.3+20110613.git2a0fb15~ds0-3
Maintainer Ubuntu Developers <[email protected]>
Home page http://www.dlitz.net/software/python-pbkdf2/
Description Python RSA PKCS#5 v2.0 module (Python 2)
Distro ubuntu
Release vivid
Repo universe
Section universe/python