How to Install and Uninstall php-EasyRdf.noarch Package on Fedora 35

Last updated: July 01,2024

1. Install "php-EasyRdf.noarch" package

This guide covers the steps necessary to install php-EasyRdf.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install php-EasyRdf.noarch

2. Uninstall "php-EasyRdf.noarch" package

This guide let you learn how to uninstall php-EasyRdf.noarch on Fedora 35:

$ sudo dnf remove php-EasyRdf.noarch $ sudo dnf autoremove

3. Information about the php-EasyRdf.noarch package on Fedora 35

Last metadata expiration check: 2:25:51 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : php-EasyRdf
Version : 0.9.1
Release : 4.fc35
Architecture : noarch
Size : 89 k
Source : php-EasyRdf-0.9.1-4.fc35.src.rpm
Repository : fedora
Summary : A PHP library designed to make it easy to consume and produce RDF
URL : http://www.easyrdf.org
License : BSD
Description : EasyRdf is a PHP library designed to make it easy to consume and produce RDF
: (http://en.wikipedia.org/wiki/Resource_Description_Framework). It was designed
: for use in mixed teams of experienced and inexperienced RDF developers. It is
: written in Object Oriented PHP and has been tested extensively using PHPUnit.
:
: After parsing EasyRdf builds up a graph of PHP objects that can then be walked
: around to get the data to be placed on the page. Dump methods are available to
: inspect what data is available during development.
:
: Data is typically loaded into a EasyRdf_Graph object from source RDF documents,
: loaded from the web via HTTP. The EasyRdf_GraphStore class simplifies loading
: and saving data to a SPARQL 1.1 Graph Store.
:
: SPARQL queries can be made over HTTP to a Triplestore using the
: EasyRdf_Sparql_Client class. SELECT and ASK queries will return an
: EasyRdf_Sparql_Result object and CONSTRUCT and DESCRIBE queries will
: return an EasyRdf_Graph object.
:
: Autoloader: /usr/share/php/EasyRdf/autoload.php