How to Install and Uninstall ries Package on Kali Linux

Last updated: May 17,2024

1. Install "ries" package

In this section, we are going to explain the necessary steps to install ries on Kali Linux

$ sudo apt update $ sudo apt install ries

2. Uninstall "ries" package

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

$ sudo apt remove ries $ sudo apt autoclean && sudo apt autoremove

3. Information about the ries package on Kali Linux

Package: ries
Version: 2018.08.05-1
Installed-Size: 176
Maintainer: Nicolas Braud-Santoni
Architecture: amd64
Depends: libc6 (>= 2.7)
Size: 101240
SHA256: 0ea153b6f5cbce925348d0d42400228899ac76b77b6c550ae8c18f30c3b7eb72
SHA1: 8787a4cd5ad9259dde7cdcc5b9884b0526e3b3b1
MD5sum: e3d58187d4ac7e9e8ed13ba1b83df9a3
Description: find algebraic equations, given their solution
Given a number, ries searches for algebraic equations in one
variable that have a solution (root) near that number. It avoids
trivial or reducible solutions like ``x/x = 1''. If the input is
an integer, ries can find an exact solution
expressed in terms of single-digit integers.
.
The output gives progressively ``more complex'' equations
that come progressively closer to matching the input number.
Description-md5:
Homepage: https://mrob.com/pub/ries/
Section: math
Priority: optional
Filename: pool/main/r/ries/ries_2018.08.05-1_amd64.deb