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

Last updated: October 06,2024

1. Install "python3-rdflib.noarch" package

This guide let you learn how to install python3-rdflib.noarch on Fedora 34

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

2. Uninstall "python3-rdflib.noarch" package

This tutorial shows how to uninstall python3-rdflib.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:17:31 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-rdflib
Version : 5.0.0
Release : 1.fc34
Architecture : noarch
Size : 414 k
Source : python-rdflib-5.0.0-1.fc34.src.rpm
Repository : fedora
Summary : Python library for working with RDF
URL : https://github.com/RDFLib/rdflib
License : BSD
Description : RDFLib is a Python library for working with RDF, a simple yet powerful
: language for representing information.
:
: The library contains parsers and serializers for RDF/XML, N3,
: NTriples, Turtle, TriX, RDFa and Microdata. The library presents
: a Graph interface which can be backed by any one of a number of
: Store implementations. The core rdflib includes store
: implementations for in memory storage, persistent storage on top
: of the Berkeley DB, and a wrapper for remote SPARQL endpoints.
:
: This is for Python 3.