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

Last updated: September 20,2024

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

Learn how to install gap-pkg-datastructures.x86_64 on Fedora 34

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

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

Learn how to uninstall gap-pkg-datastructures.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 5:45:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : gap-pkg-datastructures
Version : 0.2.6
Release : 1.fc34
Architecture : x86_64
Size : 78 k
Source : gap-pkg-datastructures-0.2.6-1.fc34.src.rpm
Repository : updates
Summary : Standard data structures for GAP
URL : https://gap-packages.github.io/datastructures/
License : GPLv2+
Description : The datastructures package aims at providing standard datastructures,
: consolidating existing code and improving on it, in particular in view
: of HPC-GAP.
:
: The following data structures are provided:
: - queues
: - doubly linked lists
: - heaps
: - priority queues
: - hashtables
: - dictionaries