How to Install and Uninstall pyecm Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "pyecm" package

Please follow the guidelines below to install pyecm on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pyecm

2. Uninstall "pyecm" package

Please follow the step by step instructions below to uninstall pyecm on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pyecm $ sudo apt autoclean && sudo apt autoremove

3. Information about the pyecm package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pyecm
Priority: optional
Section: universe/math
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Martin Kelly
Architecture: all
Version: 2.0.2-2
Depends: python:any, python-gmpy2
Filename: pool/universe/p/pyecm/pyecm_2.0.2-2_all.deb
Size: 15012
MD5sum: 63054ab5804d5fca8aa1e3f9ec8ff69b
SHA1: 450f3f8e92fd2f1fe3e0cf02d460041b28b07d32
SHA256: f1d3dd29b313f002479bebe2d2c5c13f71637ad44f83a4b7113f7b641f7e13bc
Description-en: integer factorization with the Elliptic Curve Method (ECM)
pyecm is a Python program to factor numbers using the Elliptic Curve Method
(ECM). It is relatively fast in that it can quickly factors numbers up to 50
digits.
.
Because it is written in Python, pyecm is very portable. It is also fairly
easy to use. Use of python-gmpy and/or python-psyco will speed it up
immensely.
Description-md5: 60feb80659764929a509760e3b77a235
Homepage: http://sourceforge.net/projects/pyecm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu