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

Last updated: September 30,2024

1. Install "factory.x86_64" package

Please follow the instructions below to install factory.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install factory.x86_64

2. Uninstall "factory.x86_64" package

Please follow the guidance below to uninstall factory.x86_64 on Fedora 39:

$ sudo dnf remove factory.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:12:28 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : factory
Version : 4.3.1p1
Release : 2.fc38
Architecture : x86_64
Size : 849 k
Source : Singular-4.3.1p1-2.fc38.src.rpm
Repository : fedora
Summary : C++ class library for multivariate polynomial data
URL : https://www.singular.uni-kl.de/
License : (GPL-2.0-only OR GPL-3.0-only) AND GPL-2.0-or-later AND GPL-3.0-or-later WITH Bison-exception-2.2 AND BSD-3-Clause AND HPND
Description : Factory is a C++ class library that implements a recursive
: representation of multivariate polynomial data. It handles sparse
: multivariate polynomials over different coefficient domains, such as Z,
: Q and GF(q), as well as algebraic extensions over Q and GF(q) in an
: efficient way. Factory includes algorithms for computing univariate and
: multivariate gcds, resultants, chinese remainders, and algorithms to
: factorize multivariate polynomials and to compute the absolute
: factorization of multivariate polynomials with integer coefficients.