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

Last updated: October 03,2024

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

This guide let you learn how to install gap-pkg-guava.x86_64 on Fedora 36

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

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

Please follow the instructions below to uninstall gap-pkg-guava.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 3:59:43 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : gap-pkg-guava
Version : 3.16
Release : 1.fc36
Architecture : x86_64
Size : 771 k
Source : gap-pkg-guava-3.16-1.fc36.src.rpm
Repository : updates
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.