How to Install and Uninstall php-easyrdf Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "php-easyrdf" package

Please follow the step by step instructions below to install php-easyrdf on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install php-easyrdf

2. Uninstall "php-easyrdf" package

Please follow the step by step instructions below to uninstall php-easyrdf on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove php-easyrdf $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-easyrdf package on Ubuntu 21.10 (Impish Indri)

Package: php-easyrdf
Architecture: all
Version: 1.0.0-2ubuntu1
Priority: optional
Section: universe/php
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PHP PEAR Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 524
Depends: php-xml, php-common, php-mbstring
Suggests: php-ml-json-ld (>= 1.0), php-ml-json-ld (<< 2~~), php-semsol-arc2 (>= 2.2), php-semsol-arc2 (<< 3~~), graphviz, raptor2-utils
Filename: pool/universe/p/php-easyrdf/php-easyrdf_1.0.0-2ubuntu1_all.deb
Size: 70448
MD5sum: 12503dfa0fdc31c7d89ab13db3308242
SHA1: 88af499e74b426033a67087c0946f1dafffd619f
SHA256: 70a12d7c7d9c466369e7555fcb9f62999d24646fe44249d2909b31b54fca0f1b
SHA512: c0686db0ddbc1931d671f4099954597f0e661248e609721e1a91e94ecda707047ffeef91754af60ff682129867c471eb6cbda63838a5255b786fc488aaf83b26
Homepage: https://www.easyrdf.org/
Description-en: PHP library to consume and produce RDF
EasyRdf is a PHP library to consume and produce RDF.
Resource Description Framework, RDF, is an official W3C Recommendation
for Semantic Web data models.
.
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 can load and save data on 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.
Description-md5: 892c9f562c25c477bda53c6cfbdfecb3