How to Install and Uninstall python-pyelliptic Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python-pyelliptic" package

Please follow the steps below to install python-pyelliptic on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyelliptic

2. Uninstall "python-pyelliptic" package

In this section, we are going to explain the necessary steps to uninstall python-pyelliptic on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pyelliptic $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pyelliptic package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pyelliptic
Priority: optional
Section: universe/python
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Riley Baird
Architecture: all
Source: pyelliptic
Version: 1.5.7-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), openssl
Filename: pool/universe/p/pyelliptic/python-pyelliptic_1.5.7-1_all.deb
Size: 12680
MD5sum: c428b58c9980f721b52904eb9cb3cb94
SHA1: 6769e2e4eca76fd9ad5aa9f137ab784d7b3cfbe9
SHA256: e12d3e3567a6b94ea44b39a9103d5c819137c36980c3a0c4f284c777ce8700ad
Description-en: High level Python wrapper for OpenSSL (Python 2)
PyElliptic is a Python module that provides high level access to the
OpenSSL library, featuring elliptic curve cryptography (ECC), symmetric
cryptography and more.
.
The full list of functions is below:
.
Key agreement : ECDH
Digital signatures : ECDSA
Hybrid encryption : ECIES (like RSA)
AES-128 (CBC, OFB, CFB, CTR)
AES-256 (CBC, OFB, CFB, CTR)
Blowfish (CFB and CBC)
RC4
CSPRNG
HMAC (using SHA512)
PBKDF2 (SHA256 and SHA512)
.
This package provides the Python 2 version.
Description-md5: 62293d3c324995be1e0c10ce61923d70
Homepage: https://github.com/yann2192/pyelliptic/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu