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

Last updated: October 07,2024

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

This guide let you learn how to install gap-pkg-json.x86_64 on Fedora 34

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

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

Please follow the steps below to uninstall gap-pkg-json.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:19:50 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : gap-pkg-json
Version : 2.0.2
Release : 3.fc34
Architecture : x86_64
Size : 49 k
Source : gap-pkg-json-2.0.2-3.fc34.src.rpm
Repository : fedora
Summary : JSON reading and writing for GAP
URL : https://gap-packages.github.io/json/
License : BSD
Description : This package defines a mapping between the JSON markup language and GAP.
: The built-in datatypes of GAP provide an easy mapping to and from JSON.
: This package uses the following mapping between GAP and JSON.
:
: - JSON lists are mapped to GAP lists
: - JSON dictionaries are mapped to GAP records
: - JSON strings are mapped to GAP strings
: - Integers are mapped to GAP integers, non-integer numbers are mapped to
: Floats
: - true, false and null are mapped to true, false and fail respectively
:
: Note that this library will not map any other GAP types, such as groups,
: permutations, to or from JSON. If you wish to map between more complex
: types, look at the gap-pkg-openmath package, or IO_Pickle in the
: gap-pkg-io package.