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

Last updated: May 18,2024

1. Install "giac.x86_64" package

Please follow the guidance below to install giac.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install giac.x86_64

2. Uninstall "giac.x86_64" package

This guide let you learn how to uninstall giac.x86_64 on Fedora 36:

$ sudo dnf remove giac.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:35:16 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : giac
Version : 1.7.0.29
Release : 3.fc36
Architecture : x86_64
Size : 18 M
Source : giac-1.7.0.29-3.fc36.src.rpm
Repository : fedora
Summary : Computer Algebra System, Symbolic calculus, Geometry
URL : http://www-fourier.ujf-grenoble.fr/~parisse/giac.html
License : GPLv3+ 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.