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

Last updated: November 23,2024

1. Install "python2-rdflib" package

In this section, we are going to explain the necessary steps to install python2-rdflib on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-rdflib

2. Uninstall "python2-rdflib" package

Learn how to uninstall python2-rdflib on openSUSE Leap:

$ sudo zypper remove python2-rdflib

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

Information for package python2-rdflib:
---------------------------------------
Repository : Main Repository
Name : python2-rdflib
Version : 4.2.2-bp153.1.22
Arch : noarch
Vendor : openSUSE
Installed Size : 3,0 MiB
Installed : No
Status : not installed
Source package : python-rdflib-4.2.2-bp153.1.22.src
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.