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

Last updated: October 06,2024

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

This tutorial shows how to install gap-pkg-json.x86_64 on Fedora 36

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

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

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

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

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

Last metadata expiration check: 3:45:09 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : gap-pkg-json
Version : 2.1.0
Release : 1.fc36
Architecture : x86_64
Size : 48 k
Source : gap-pkg-json-2.1.0-1.fc36.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.