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

Last updated: October 05,2024

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

This guide covers the steps necessary to install gap-pkg-guava.x86_64 on Fedora 34

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

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

Please follow the guidelines below to uninstall gap-pkg-guava.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:16:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : gap-pkg-guava
Version : 3.15
Release : 6.fc34
Architecture : x86_64
Size : 768 k
Source : gap-pkg-guava-3.15-6.fc34.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.