How to Install and Uninstall python-rdflib-jsonld-doc.noarch Package on Fedora 36

Last updated: October 11,2024

1. Install "python-rdflib-jsonld-doc.noarch" package

This tutorial shows how to install python-rdflib-jsonld-doc.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python-rdflib-jsonld-doc.noarch

2. Uninstall "python-rdflib-jsonld-doc.noarch" package

Please follow the guidelines below to uninstall python-rdflib-jsonld-doc.noarch on Fedora 36:

$ sudo dnf remove python-rdflib-jsonld-doc.noarch $ sudo dnf autoremove

3. Information about the python-rdflib-jsonld-doc.noarch package on Fedora 36

Last metadata expiration check: 5:30:22 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python-rdflib-jsonld-doc
Version : 0.6.0
Release : 4.fc36
Architecture : noarch
Size : 175 k
Source : python-rdflib-jsonld-0.6.0-4.fc36.src.rpm
Repository : fedora
Summary : Python rdflib extension adding JSON-LD parser and serializer
URL : https://github.com/RDFLib/rdflib-jsonld
License : BSD
Description : This is an implementation of JSON-LD for RDFLib. JSON-LD is a lightweight
: Linked Data format. It is easy for humans to read and write. It is based on
: the already successful JSON format and provides a way to help JSON data
: inter operate at Web-scale.
:
: This implementation will:
: - Read in an JSON-LD formatted document and create an RDF graph
: - Serialize an RDF graph to JSON-LD formatted output