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

Last updated: October 11,2024

1. Install "python3-rdflib.noarch" package

Please follow the steps below to install python3-rdflib.noarch on Fedora 39

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

2. Uninstall "python3-rdflib.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-rdflib.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:49:15 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-rdflib
Version : 6.2.0
Release : 4.fc39
Architecture : noarch
Size : 940 k
Source : python-rdflib-6.2.0-4.fc39.src.rpm
Repository : fedora
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.