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

Last updated: July 03,2024

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

Please follow the steps below to install python-rdflib-jsonld-doc.noarch on Fedora 34

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

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

This tutorial shows how to uninstall python-rdflib-jsonld-doc.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:13:49 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python-rdflib-jsonld-doc
Version : 0.6.0
Release : 2.fc34
Architecture : noarch
Size : 163 k
Source : python-rdflib-jsonld-0.6.0-2.fc34.src.rpm
Repository : updates
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