How to Install and Uninstall python3-rdflib Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-rdflib" package

Please follow the instructions below to install python3-rdflib on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-rdflib

2. Uninstall "python3-rdflib" package

Please follow the instructions below to uninstall python3-rdflib on openSUSE Leap:

$ sudo zypper remove python3-rdflib

3. Information about the python3-rdflib package on openSUSE Leap

Information for package python3-rdflib:
---------------------------------------
Repository : Main Repository
Name : python3-rdflib
Version : 4.2.2-1.46
Arch : noarch
Vendor : SUSE LLC
Installed Size : 3.3 MiB
Installed : No
Status : not installed
Source package : python-rdflib-4.2.2-1.46.src
Upstream URL : http://rdflib.net/
Summary : A Python library for working with RDF
Description :
RDFLib is a Python library for working with RDF, a simple yet powerful
language for representing information. The library contains an RDF/XML
parser/serializer that conforms to the RDF/XML Syntax Specification (Revised).
The library also contains both in-memory and persistent Graph backends.