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

Last updated: October 04,2024

1. Install "factory.x86_64" package

This tutorial shows how to install factory.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install factory.x86_64

2. Uninstall "factory.x86_64" package

Please follow the guidelines below to uninstall factory.x86_64 on Fedora 34:

$ sudo dnf remove factory.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:12:48 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : factory
Version : 4.2.0p2
Release : 3.fc34
Architecture : x86_64
Size : 836 k
Source : Singular-4.2.0p2-3.fc34.src.rpm
Repository : updates
Summary : C++ class library for multivariate polynomial data
URL : https://www.singular.uni-kl.de/
License : GPLv2 or GPLv3
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.