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

Last updated: January 13,2025

1. Install "giac.x86_64" package

This is a short guide on how to install giac.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install giac.x86_64

2. Uninstall "giac.x86_64" package

Please follow the steps below to uninstall giac.x86_64 on Fedora 39:

$ sudo dnf remove giac.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:44:02 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : giac
Version : 1.9.0.57
Release : 3.fc39
Architecture : x86_64
Size : 18 M
Source : giac-1.9.0.57-3.fc39.src.rpm
Repository : fedora
Summary : Computer Algebra System, Symbolic calculus, Geometry
URL : http://www-fourier.ujf-grenoble.fr/~parisse/giac.html
License : GPL-3.0-or-later AND GPL-3.0-only AND GPL-2.0-or-later AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND LGPL-3.0-or-later AND LGPL-2.0-or-later AND MIT
Description : Giac is a Computer Algebra System made by Bernard Parisse. It provides
: features from the C/C++ libraries PARI, NTL (arithmetic), GSL (numerics),
: GMP (big integers), MPFR (bigfloats) and also
: - Efficient algorithms for multivariate polynomial operations
: (product, GCD, factorization, groebner bases),
: - Symbolic computations: solver, simplifications, limits/series, integration,
: - Linear algebra with numerical or symbolic coefficients.
: - Partial Maple and TI compatibility.
: - It has interfaces in texmacs and sagemath.
:
: It consists of:
: - a C++ library (libgiac)
: - a command line interpreter (icas/giac)
: - an FLTK-based GUI (xcas) with interactive geometry and formal spreadsheets.