How To Install php-EasyRdf-doc on Fedora 36

In this tutorial we learn how to install php-EasyRdf-doc in Fedora 36. php-EasyRdf-doc is Documentation for php-EasyRdf

Introduction

In this tutorial we learn how to install php-EasyRdf-doc on Fedora 36.

What is php-EasyRdf-doc

Documentation for php-EasyRdf.

We can use yum or dnf to install php-EasyRdf-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-EasyRdf-doc.

Install php-EasyRdf-doc on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-EasyRdf-doc using dnf by running the following command:

sudo dnf -y install php-EasyRdf-doc

Install php-EasyRdf-doc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-EasyRdf-doc using yum by running the following command:

sudo yum -y install php-EasyRdf-doc

How To Uninstall php-EasyRdf-doc on Fedora 36

To uninstall only the php-EasyRdf-doc package we can use the following command:

sudo dnf remove php-EasyRdf-doc

php-EasyRdf-doc Package Contents on Fedora 36

/usr/share/doc/php-EasyRdf-doc
/usr/share/doc/php-EasyRdf-doc/docs
/usr/share/doc/php-EasyRdf-doc/docs/01-getting-started.md
/usr/share/doc/php-EasyRdf-doc/docs/02-property-paths.md
/usr/share/doc/php-EasyRdf-doc/docs/appendix-a-rdf-formats-json.md
/usr/share/doc/php-EasyRdf-doc/docs/appendix-a-rdf-formats-php.md
/usr/share/doc/php-EasyRdf-doc/docs/appendix-a-rdf-formats.md
/usr/share/doc/php-EasyRdf-doc/examples
/usr/share/doc/php-EasyRdf-doc/examples/artistinfo.php
/usr/share/doc/php-EasyRdf-doc/examples/basic.php
/usr/share/doc/php-EasyRdf-doc/examples/basic_sparql.php
/usr/share/doc/php-EasyRdf-doc/examples/converter.php
/usr/share/doc/php-EasyRdf-doc/examples/dump.php
/usr/share/doc/php-EasyRdf-doc/examples/foafinfo.php
/usr/share/doc/php-EasyRdf-doc/examples/foafmaker.php
/usr/share/doc/php-EasyRdf-doc/examples/graph_direct.php
/usr/share/doc/php-EasyRdf-doc/examples/graphstore.php
/usr/share/doc/php-EasyRdf-doc/examples/graphviz.php
/usr/share/doc/php-EasyRdf-doc/examples/html_tag_helpers.php
/usr/share/doc/php-EasyRdf-doc/examples/httpget.php
/usr/share/doc/php-EasyRdf-doc/examples/parse_rss.php
/usr/share/doc/php-EasyRdf-doc/examples/serialise.php
/usr/share/doc/php-EasyRdf-doc/examples/sparql_queryform.php
/usr/share/doc/php-EasyRdf-doc/examples/uk_postcode.php
/usr/share/doc/php-EasyRdf-doc/examples/villages.php
/usr/share/doc/php-EasyRdf-doc/examples/zend_framework.php

References

Summary

In this tutorial we learn how to install php-EasyRdf-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).