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

Last updated: May 17,2024

1. Install "python3-rdflib-jsonld.noarch" package

This guide covers the steps necessary to install python3-rdflib-jsonld.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-rdflib-jsonld.noarch

2. Uninstall "python3-rdflib-jsonld.noarch" package

This tutorial shows how to uninstall python3-rdflib-jsonld.noarch on Fedora 36:

$ sudo dnf remove python3-rdflib-jsonld.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:44:52 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-rdflib-jsonld
Version : 0.6.0
Release : 4.fc36
Architecture : noarch
Size : 38 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