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

Last updated: January 16,2025

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

In this section, we are going to explain the necessary steps to install python3-rdflib-jsonld.noarch on Fedora 35

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

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

Learn how to uninstall python3-rdflib-jsonld.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:29:55 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-rdflib-jsonld
Version : 0.6.0
Release : 2.fc35
Architecture : noarch
Size : 38 k
Source : python-rdflib-jsonld-0.6.0-2.fc35.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