How to Install and Uninstall gap-pkg-guava.x86_64 Package on Fedora 35

Last updated: January 10,2025

1. Install "gap-pkg-guava.x86_64" package

Here is a brief guide to show you how to install gap-pkg-guava.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install gap-pkg-guava.x86_64

2. Uninstall "gap-pkg-guava.x86_64" package

This is a short guide on how to uninstall gap-pkg-guava.x86_64 on Fedora 35:

$ sudo dnf remove gap-pkg-guava.x86_64 $ sudo dnf autoremove

3. Information about the gap-pkg-guava.x86_64 package on Fedora 35

Last metadata expiration check: 1:48:05 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : gap-pkg-guava
Version : 3.15
Release : 7.fc35
Architecture : x86_64
Size : 765 k
Source : gap-pkg-guava-3.15-7.fc35.src.rpm
Repository : fedora
Summary : Computing with error-correcting codes
URL : https://gap-packages.github.io/guava/
License : GPLv2+
Description : GUAVA is a package that implements coding theory algorithms in GAP.
: Codes can be created and manipulated and information about codes can be
: calculated.
:
: GUAVA consists of various files written in the GAP language, and an
: external program from J. S. Leon for dealing with automorphism groups of
: codes and isomorphism testing functions. Several algorithms that need
: the speed are integrated in the GAP kernel.
:
: The functions within GUAVA can be divided into four categories:
: - Construction of codes. GUAVA can construct non-linear, linear and
: cyclic codes over an arbitrary finite field. Examples are
: HadamardCode, ReedMullerCode, BestKnownLinearCode, QRCode and
: GoppaCode.
: - Manipulation of codes. These functions allow the user to transform
: one code into another or to construct a new code from two codes.
: Examples are PuncturedCode, DualCode, DirectProductCode and UUVCode.
: - Computation of information about codes. This information is stored in
: the code record. Examples are MinimumDistance, OuterDistribution,
: IsSelfDualCode and AutomorphismGroup.
: - Generation of bounds on linear codes. The table by Brouwer and
: Verhoeff (as it existed in the mid-1990s) is incorporated into GUAVA.
: For example, BoundsMinimumDistance.