How to Install and Uninstall python3-rdflib.noarch Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "python3-rdflib.noarch" package

Please follow the step by step instructions below to install python3-rdflib.noarch on Oracle Linux 9

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

2. Uninstall "python3-rdflib.noarch" package

Please follow the steps below to uninstall python3-rdflib.noarch on Oracle Linux 9:

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

3. Information about the python3-rdflib.noarch package on Oracle Linux 9

Last metadata expiration check: 1:18:37 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-rdflib
Version : 6.2.0
Release : 1.el9
Architecture : noarch
Size : 731 k
Source : python-rdflib-6.2.0-1.el9.src.rpm
Repository : epel
Summary : Python library for working with RDF
URL : https://github.com/RDFLib/rdflib
License : BSD-3-Clause
Description : RDFLib is a pure Python package for working with RDF. RDFLib contains most
: things you need to work with RDF, including parsers and serializers for
: RDF/XML, N3, NTriples, N-Quads, Turtle, TriX, Trig and JSON-LD, a Graph
: interface which can be backed by any one of a number of Store implementations,
: store implementations for in-memory, persistent on disk (Berkeley DB) and
: remote SPARQL endpoints, a SPARQL 1.1 implementation - supporting SPARQL 1.1
: Queries and Update statements - and SPARQL function extension mechanisms.