How to Install and Uninstall mathic.x86_64 Package on Fedora 39

Last updated: November 26,2024

1. Install "mathic.x86_64" package

Please follow the guidelines below to install mathic.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install mathic.x86_64

2. Uninstall "mathic.x86_64" package

Here is a brief guide to show you how to uninstall mathic.x86_64 on Fedora 39:

$ sudo dnf remove mathic.x86_64 $ sudo dnf autoremove

3. Information about the mathic.x86_64 package on Fedora 39

Last metadata expiration check: 5:09:56 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : mathic
Version : 1.0
Release : 27.20230916.git07e8df4.fc39
Architecture : x86_64
Size : 64 k
Source : mathic-1.0-27.20230916.git07e8df4.fc39.src.rpm
Repository : updates
Summary : Data structures for Groebner basis computations
URL : https://github.com/Macaulay2/mathic
License : LGPL-2.0-or-later
Description : Mathic is a C++ library of fast data structures designed for use in
: Groebner basis computation. This includes data structures for ordering
: S-pairs, performing divisor queries and ordering polynomial terms during
: polynomial reduction.
:
: With Mathic you get to use highly optimized code with little effort so
: that you can focus more of your time on whatever part of your Groebner
: basis implementation that you are interested in. The data structures
: use templates to allow you to use them with whatever representation of
: monomials/terms and coefficients that your code uses. In fact the only
: places where Mathic defines its own monomials/terms is in the test code
: and example code. Currently only dense representations of
: terms/monomials are suitable since Mathic will frequently ask "what is
: the exponent of variable number x in this term/monomial?".