How to Install and Uninstall pyecm Package on Kali Linux

Last updated: November 07,2024

1. Install "pyecm" package

Please follow the guidelines below to install pyecm on Kali Linux

$ sudo apt update $ sudo apt install pyecm

2. Uninstall "pyecm" package

In this section, we are going to explain the necessary steps to uninstall pyecm on Kali Linux:

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

3. Information about the pyecm package on Kali Linux

Package: pyecm
Version: 2.0.5-2
Installed-Size: 57
Maintainer: Debian QA Group
Architecture: all
Depends: python3:any, python3-gmpy2
Size: 16580
SHA256: 060f4251395a4ade82839241eb7a735d1ec1d0d8f5f9af73c819430eda217286
SHA1: fdd88a841e0cacb9dbb81a92220e112ab020651d
MD5sum: 1dbcbe1ba3bd2f610becdcef50e315c6
Description: 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:
Homepage: https://github.com/martingkelly/pyecm
Section: math
Priority: optional
Filename: pool/main/p/pyecm/pyecm_2.0.5-2_all.deb