How to Install and Uninstall msolve Package on Kali Linux

Last updated: September 28,2024

1. Install "msolve" package

Please follow the guidelines below to install msolve on Kali Linux

$ sudo apt update $ sudo apt install msolve

2. Uninstall "msolve" package

This guide covers the steps necessary to uninstall msolve on Kali Linux:

$ sudo apt remove msolve $ sudo apt autoclean && sudo apt autoremove

3. Information about the msolve package on Kali Linux

Package: msolve
Version: 0.6.5-1
Installed-Size: 765
Maintainer: Debian Math Team
Architecture: amd64
Depends: libc6 (>= 2.34), libflint18, libgmp10 (>= 2:6.3.0+dfsg), libgomp1 (>= 6), libmsolve-0.6.5 (>= 0.6.5)
Size: 593204
SHA256: 12832db6b45dc451474ada916e0c4d9dff7252ee714a8b9d799212e03c3531b2
SHA1: eba1e099d682c58f1b868d524408d2edcdb487c0
MD5sum: b3e30654ab6de742d4221251f02a695b
Description: computer algebra algorithms for solving polynomial systems
msolve is an open source C library implementing computer algebra
algorithms for solving polynomial systems (with rational coefficients
or coefficients in a prime field).
.
Currently, with msolve, you can basically solve multivariate
polynomial systems. This encompasses:
.
* the computation of Groebner bases
* real root isolation of the solutions to polynomial systems
* the computation of the dimension and the degree of the solution set
* and many other things you can do using msolve.
.
This package contains the command line interface and documentation.
Description-md5:
Homepage: https://msolve.lip6.fr/
Section: math
Priority: optional
Filename: pool/main/m/msolve/msolve_0.6.5-1_amd64.deb