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

Last updated: October 09,2024

1. Install "giac.x86_64" package

Please follow the instructions below to install giac.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install giac.x86_64

2. Uninstall "giac.x86_64" package

Please follow the instructions below to uninstall giac.x86_64 on Fedora 35:

$ sudo dnf remove giac.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:51:10 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : giac
Version : 1.7.0.13
Release : 4.fc35
Architecture : x86_64
Size : 17 M
Source : giac-1.7.0.13-4.fc35.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.