How To Install python-rdflib-jsonld-doc on Fedora 36

In this tutorial we learn how to install python-rdflib-jsonld-doc in Fedora 36. python-rdflib-jsonld-doc is Python rdflib extension adding JSON-LD parser and serializer

Introduction

In this tutorial we learn how to install python-rdflib-jsonld-doc on Fedora 36.

What is python-rdflib-jsonld-doc

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

We can use yum or dnf to install python-rdflib-jsonld-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python-rdflib-jsonld-doc.

Install python-rdflib-jsonld-doc on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python-rdflib-jsonld-doc using dnf by running the following command:

sudo dnf -y install python-rdflib-jsonld-doc

Install python-rdflib-jsonld-doc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python-rdflib-jsonld-doc using yum by running the following command:

sudo yum -y install python-rdflib-jsonld-doc

How To Uninstall python-rdflib-jsonld-doc on Fedora 36

To uninstall only the python-rdflib-jsonld-doc package we can use the following command:

sudo dnf remove python-rdflib-jsonld-doc

python-rdflib-jsonld-doc Package Contents on Fedora 36

/usr/share/doc/python-rdflib-jsonld-doc
/usr/share/doc/python-rdflib-jsonld-doc/html
/usr/share/doc/python-rdflib-jsonld-doc/html/_modules
/usr/share/doc/python-rdflib-jsonld-doc/html/_modules/index.html
/usr/share/doc/python-rdflib-jsonld-doc/html/_modules/rdflib_jsonld
/usr/share/doc/python-rdflib-jsonld-doc/html/_modules/rdflib_jsonld/parser.html
/usr/share/doc/python-rdflib-jsonld-doc/html/_modules/rdflib_jsonld/serializer.html
/usr/share/doc/python-rdflib-jsonld-doc/html/_sources
/usr/share/doc/python-rdflib-jsonld-doc/html/_sources/index.rst.txt
/usr/share/doc/python-rdflib-jsonld-doc/html/_sources/jsonld-parser.rst.txt
/usr/share/doc/python-rdflib-jsonld-doc/html/_sources/jsonld-serializer.rst.txt
/usr/share/doc/python-rdflib-jsonld-doc/html/_static
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/basic.css
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/dialog-note.png
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/dialog-seealso.png
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/dialog-todo.png
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/dialog-topic.png
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/dialog-warning.png
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/doctools.js
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/documentation_options.js
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/epub.css
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/file.png
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/footerbg.png
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/headerbg.png
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/ie6.css
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/jquery.js
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/language_data.js
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/middlebg.png
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/minus.png
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/plus.png
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/pygments.css
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/pyramid.css
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/searchtools.js
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/transparent.gif
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/python-rdflib-jsonld-doc/html/_static/underscore.js
/usr/share/doc/python-rdflib-jsonld-doc/html/genindex.html
/usr/share/doc/python-rdflib-jsonld-doc/html/index.html
/usr/share/doc/python-rdflib-jsonld-doc/html/jsonld-parser.html
/usr/share/doc/python-rdflib-jsonld-doc/html/jsonld-serializer.html
/usr/share/doc/python-rdflib-jsonld-doc/html/objects.inv
/usr/share/doc/python-rdflib-jsonld-doc/html/py-modindex.html
/usr/share/doc/python-rdflib-jsonld-doc/html/search.html
/usr/share/doc/python-rdflib-jsonld-doc/html/searchindex.js
/usr/share/licenses/python-rdflib-jsonld-doc
/usr/share/licenses/python-rdflib-jsonld-doc/LICENSE.md

References

Summary

In this tutorial we learn how to install python-rdflib-jsonld-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).