Install python-pycryptopp
Installing python-pycryptopp package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-pycryptopp
python-pycryptopp package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-pycryptopp |
version | 0.6.0.20120313-1+b2 |
description | Python wrappers for the Crypto++ library |
subsection | python |
website | allmydata.org / trac / pycryptopp |
maintainer | Bert Agaz |
Uninstall python-pycryptopp
To remove just python-pycryptopp package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-pycryptopp
Uninstall python-pycryptopp and it’s dependent packages
To remove the python-pycryptopp package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-pycryptopp
Purging python-pycryptopp
If you also want to delete configuration and/or data files of python-pycryptopp from Debian Sid then this will work:
sudo apt-get purge python-pycryptopp
To delete configuration and/or data files of python-pycryptopp and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-pycryptopp