How to Install and Uninstall python3-rdflib.noarch Package on CentOS Stream 9

Last updated: September 27,2024

1. Install "python3-rdflib.noarch" package

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

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

2. Uninstall "python3-rdflib.noarch" package

This guide let you learn how to uninstall python3-rdflib.noarch on CentOS Stream 9:

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

3. Information about the python3-rdflib.noarch package on CentOS Stream 9

Last metadata expiration check: 1:12:36 ago on Sat Mar 16 16:03:45 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.