How to Install and Uninstall giac.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "giac.i686" package

This tutorial shows how to install giac.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install giac.i686

2. Uninstall "giac.i686" package

Please follow the instructions below to uninstall giac.i686 on Fedora 34:

$ sudo dnf remove giac.i686 $ sudo dnf autoremove

3. Information about the giac.i686 package on Fedora 34

Last metadata expiration check: 5:41:59 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : giac
Version : 1.7.0.13
Release : 3.fc34
Architecture : i686
Size : 19 M
Source : giac-1.7.0.13-3.fc34.src.rpm
Repository : updates
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.